Struct gapi_grpc::google::actions::sdk::v2::SendInteractionResponse[][src]

pub struct SendInteractionResponse {
    pub output: Option<Output>,
    pub diagnostics: Option<Diagnostics>,
    pub conversation_token: String,
}

Response to a round of the conversation.

Fields

output: Option<Output>

Output provided to the user.

diagnostics: Option<Diagnostics>

Diagnostics information that explains how the request was handled.

conversation_token: String

Opaque token to be set on SendInteractionRequest on the next RPC call in order to continue the same conversation.

Trait Implementations

impl Clone for SendInteractionResponse[src]

impl Debug for SendInteractionResponse[src]

impl Default for SendInteractionResponse[src]

impl Message for SendInteractionResponse[src]

impl PartialEq<SendInteractionResponse> for SendInteractionResponse[src]

impl StructuralPartialEq for SendInteractionResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for SendInteractionResponse

impl Send for SendInteractionResponse

impl Sync for SendInteractionResponse

impl Unpin for SendInteractionResponse

impl UnwindSafe for SendInteractionResponse

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]