Struct google_dialogflow2_beta1::GoogleCloudDialogflowV2beta1ConversationProfile[][src]

pub struct GoogleCloudDialogflowV2beta1ConversationProfile {
    pub human_agent_assistant_config: Option<GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig>,
    pub logging_config: Option<GoogleCloudDialogflowV2beta1LoggingConfig>,
    pub name: Option<String>,
    pub display_name: Option<String>,
    pub automated_agent_config: Option<GoogleCloudDialogflowV2beta1AutomatedAgentConfig>,
    pub notification_config: Option<GoogleCloudDialogflowV2beta1NotificationConfig>,
}

Defines the services to connect to incoming Dialogflow conversations.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Optional. Configuration for agent assistance to use with this profile.

Optional. Configuration for logging conversation lifecycle events.

Required for all methods except create (create populates the name automatically). The unique identifier of this conversation profile. Format: projects/<Project ID>/conversationProfiles/<Conversation Profile ID>.

Required. Human readable name for this profile. Max length 1024 bytes.

Optional. Configuration for an automated agent to use with this profile.

Optional. Configuration for publishing conversation lifecycle events.

Trait Implementations

Auto Trait Implementations