Struct gapi_grpc::google::cloud::dialogflow::v2beta1::HumanAgentAssistantEvent[][src]

pub struct HumanAgentAssistantEvent {
    pub conversation: String,
    pub participant: String,
    pub suggestion_results: Vec<SuggestionResult>,
}

Output only. Represents a notification sent to Pub/Sub subscribers for agent assistant events in a specific conversation.

Fields

conversation: String

The conversation this notification refers to. Format: projects/<Project ID>/conversations/<Conversation ID>.

participant: String

The participant that the suggestion is compiled for. And This field is used to call [Participants.ListSuggestions][google.cloud.dialogflow.v2beta1.Participants.ListSuggestions] API. Format: projects/<Project ID>/conversations/<Conversation ID>/participants/<Participant ID>. It will not be set in legacy workflow. [HumanAgentAssistantConfig.name][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.name] for more information.

suggestion_results: Vec<SuggestionResult>

The suggestion results payload that this notification refers to. It will only be set when [HumanAgentAssistantConfig.SuggestionConfig.group_suggestion_responses][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.group_suggestion_responses] sets to true.

Trait Implementations

impl Clone for HumanAgentAssistantEvent[src]

impl Debug for HumanAgentAssistantEvent[src]

impl Default for HumanAgentAssistantEvent[src]

impl Message for HumanAgentAssistantEvent[src]

impl PartialEq<HumanAgentAssistantEvent> for HumanAgentAssistantEvent[src]

impl StructuralPartialEq for HumanAgentAssistantEvent[src]

Auto Trait Implementations

impl RefUnwindSafe for HumanAgentAssistantEvent

impl Send for HumanAgentAssistantEvent

impl Sync for HumanAgentAssistantEvent

impl Unpin for HumanAgentAssistantEvent

impl UnwindSafe for HumanAgentAssistantEvent

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]