Get Conversation Profile Result
data class GetConversationProfileResult(val automatedAgentConfig: GoogleCloudDialogflowV2AutomatedAgentConfigResponse, val createTime: String, val displayName: String, val humanAgentAssistantConfig: GoogleCloudDialogflowV2HumanAgentAssistantConfigResponse, val humanAgentHandoffConfig: GoogleCloudDialogflowV2HumanAgentHandoffConfigResponse, val languageCode: String, val loggingConfig: GoogleCloudDialogflowV2LoggingConfigResponse, val name: String, val newMessageEventNotificationConfig: GoogleCloudDialogflowV2NotificationConfigResponse, val notificationConfig: GoogleCloudDialogflowV2NotificationConfigResponse, val securitySettings: String, val sttConfig: GoogleCloudDialogflowV2SpeechToTextConfigResponse, val timeZone: String, val ttsConfig: GoogleCloudDialogflowV2SynthesizeSpeechConfigResponse, val updateTime: String)
Constructors
Link copied to clipboard
fun GetConversationProfileResult(automatedAgentConfig: GoogleCloudDialogflowV2AutomatedAgentConfigResponse, createTime: String, displayName: String, humanAgentAssistantConfig: GoogleCloudDialogflowV2HumanAgentAssistantConfigResponse, humanAgentHandoffConfig: GoogleCloudDialogflowV2HumanAgentHandoffConfigResponse, languageCode: String, loggingConfig: GoogleCloudDialogflowV2LoggingConfigResponse, name: String, newMessageEventNotificationConfig: GoogleCloudDialogflowV2NotificationConfigResponse, notificationConfig: GoogleCloudDialogflowV2NotificationConfigResponse, securitySettings: String, sttConfig: GoogleCloudDialogflowV2SpeechToTextConfigResponse, timeZone: String, ttsConfig: GoogleCloudDialogflowV2SynthesizeSpeechConfigResponse, updateTime: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
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
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