ConversationProfile

Creates a conversation profile in the specified project. ConversationProfile.CreateTime and ConversationProfile.UpdateTime aren't populated in the response. You can retrieve them via GetConversationProfile API.

Properties

Link copied to clipboard

Configuration for an automated agent to use with this profile.

Link copied to clipboard
val createTime: Output<String>

Create time of the conversation profile.

Link copied to clipboard
val displayName: Output<String>

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

Link copied to clipboard

Configuration for agent assistance to use with this profile.

Link copied to clipboard

Configuration for connecting to a live agent. Currently, this feature is not general available, please contact Google to get access.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val languageCode: Output<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 language tag. Example: "en-US".

Link copied to clipboard
val location: Output<String>
Link copied to clipboard

Configuration for logging conversation lifecycle events.

Link copied to clipboard
val name: Output<String>

The unique identifier of this conversation profile. Format: projects//locations//conversationProfiles/.

Link copied to clipboard

Configuration for publishing new message events. Event will be sent in format of ConversationEvent

Link copied to clipboard

Configuration for publishing conversation lifecycle events.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Name of the CX SecuritySettings reference for the agent. Format: projects//locations//securitySettings/.

Link copied to clipboard

Settings for speech transcription.

Link copied to clipboard
val timeZone: Output<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.

Link copied to clipboard

Configuration for Text-to-Speech synthesization. Used by Phone Gateway to specify synthesization options. If agent defines synthesization options as well, agent settings overrides the option here.

Link copied to clipboard
val updateTime: Output<String>

Update time of the conversation profile.

Link copied to clipboard
val urn: Output<String>