Struct google_dialogflow2_beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig[][src]

pub struct GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig {
    pub notification_config: Option<GoogleCloudDialogflowV2beta1NotificationConfig>,
    pub name: Option<String>,
}

Defines the Human Agent Assistant to connect to a conversation.

This type is not used in any activity, and only used as part of another schema.

Fields

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

Required. ID of the agent assistant to use. Format: projects/<Project ID>/humanAgentAssistants/<Human Agent Assistant ID>.

Trait Implementations

Auto Trait Implementations