Struct gapi_grpc::google::cloud::dialogflow::v2::HumanAgentAssistantConfig[][src]

pub struct HumanAgentAssistantConfig {
    pub notification_config: Option<NotificationConfig>,
    pub human_agent_suggestion_config: Option<SuggestionConfig>,
    pub end_user_suggestion_config: Option<SuggestionConfig>,
    pub message_analysis_config: Option<MessageAnalysisConfig>,
}

Defines the Human Agent Assist to connect to a conversation.

Fields

notification_config: Option<NotificationConfig>

Pub/Sub topic on which to publish new agent assistant events.

human_agent_suggestion_config: Option<SuggestionConfig>

Configuration for agent assistance of human agent participant.

end_user_suggestion_config: Option<SuggestionConfig>

Configuration for agent assistance of end user participant.

Currently, this feature is not general available, please contact Google to get access.

message_analysis_config: Option<MessageAnalysisConfig>

Configuration for message analysis.

Trait Implementations

impl Clone for HumanAgentAssistantConfig[src]

impl Debug for HumanAgentAssistantConfig[src]

impl Default for HumanAgentAssistantConfig[src]

impl Message for HumanAgentAssistantConfig[src]

impl PartialEq<HumanAgentAssistantConfig> for HumanAgentAssistantConfig[src]

impl StructuralPartialEq for HumanAgentAssistantConfig[src]

Auto Trait Implementations

impl RefUnwindSafe for HumanAgentAssistantConfig

impl Send for HumanAgentAssistantConfig

impl Sync for HumanAgentAssistantConfig

impl Unpin for HumanAgentAssistantConfig

impl UnwindSafe for HumanAgentAssistantConfig

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]