GetConversationProfileResult

data class GetConversationProfileResult(val automatedAgentConfig: GoogleCloudDialogflowV2beta1AutomatedAgentConfigResponse, val createTime: String, val displayName: String, val humanAgentAssistantConfig: GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigResponse, val humanAgentHandoffConfig: GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigResponse, val languageCode: String, val loggingConfig: GoogleCloudDialogflowV2beta1LoggingConfigResponse, val name: String, val newMessageEventNotificationConfig: GoogleCloudDialogflowV2beta1NotificationConfigResponse, val notificationConfig: GoogleCloudDialogflowV2beta1NotificationConfigResponse, val securitySettings: String, val sttConfig: GoogleCloudDialogflowV2beta1SpeechToTextConfigResponse, val timeZone: String, val ttsConfig: GoogleCloudDialogflowV2beta1SynthesizeSpeechConfigResponse, val updateTime: String)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration for an automated agent to use with this profile.

Link copied to clipboard

Create time of the conversation profile.

Link copied to clipboard

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

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

Configuration for logging conversation lifecycle events.

Link copied to clipboard

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

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

Link copied to clipboard
Link copied to clipboard

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

Update time of the conversation profile.