Get Conversation Profile Result
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
Link copied to clipboard
fun GetConversationProfileResult(automatedAgentConfig: GoogleCloudDialogflowV2beta1AutomatedAgentConfigResponse, createTime: String, displayName: String, humanAgentAssistantConfig: GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigResponse, humanAgentHandoffConfig: GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigResponse, languageCode: String, loggingConfig: GoogleCloudDialogflowV2beta1LoggingConfigResponse, name: String, newMessageEventNotificationConfig: GoogleCloudDialogflowV2beta1NotificationConfigResponse, notificationConfig: GoogleCloudDialogflowV2beta1NotificationConfigResponse, securitySettings: String, sttConfig: GoogleCloudDialogflowV2beta1SpeechToTextConfigResponse, timeZone: String, ttsConfig: GoogleCloudDialogflowV2beta1SynthesizeSpeechConfigResponse, 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
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