Struct googapis::google::cloud::dialogflow::v2beta1::ConversationProfile[][src]

pub struct ConversationProfile {
Show 14 fields pub name: String, pub display_name: String, pub create_time: Option<Timestamp>, pub update_time: Option<Timestamp>, pub automated_agent_config: Option<AutomatedAgentConfig>, pub human_agent_assistant_config: Option<HumanAgentAssistantConfig>, pub human_agent_handoff_config: Option<HumanAgentHandoffConfig>, pub notification_config: Option<NotificationConfig>, pub logging_config: Option<LoggingConfig>, pub new_message_event_notification_config: Option<NotificationConfig>, pub stt_config: Option<SpeechToTextConfig>, pub language_code: String, pub time_zone: String, pub security_settings: String,
}
Expand description

Defines the services to connect to incoming Dialogflow conversations.

Fields

name: String

The unique identifier of this conversation profile. Format: projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>.

display_name: String

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

create_time: Option<Timestamp>

Output only. Create time of the conversation profile.

update_time: Option<Timestamp>

Output only. Update time of the conversation profile.

automated_agent_config: Option<AutomatedAgentConfig>

Configuration for an automated agent to use with this profile.

human_agent_assistant_config: Option<HumanAgentAssistantConfig>

Configuration for agent assistance to use with this profile.

human_agent_handoff_config: Option<HumanAgentHandoffConfig>

Configuration for connecting to a live agent.

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

notification_config: Option<NotificationConfig>

Configuration for publishing conversation lifecycle events.

logging_config: Option<LoggingConfig>

Configuration for logging conversation lifecycle events.

new_message_event_notification_config: Option<NotificationConfig>

Configuration for publishing new message events. Event will be sent in format of [ConversationEvent][google.cloud.dialogflow.v2beta1.ConversationEvent]

stt_config: Option<SpeechToTextConfig>

Settings for speech transcription.

language_code: String

Language code for the conversation profile. If not specified, the language is en-US. Language at ConversationProfile should be set for all non en-us languages. This should be a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. Example: “en-US”.

time_zone: String

The time zone of this conversational profile from the time zone database, e.g., America/New_York, Europe/Paris. Defaults to America/New_York.

security_settings: String

Name of the CX SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Returns the encoded length of the message without a length delimiter.

Clears the message, resetting all fields to their default.

Encodes the message to a buffer. Read more

Encodes the message to a newly allocated buffer.

Encodes the message with a length-delimiter to a buffer. Read more

Encodes the message with a length-delimiter to a newly allocated buffer.

Decodes an instance of the message from a buffer. Read more

Decodes a length-delimited instance of the message from the buffer.

Decodes an instance of the message from a buffer, and merges it into self. Read more

Decodes a length-delimited instance of the message from buffer, and merges it into self. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more