Conversation Profile Args
data class ConversationProfileArgs(val automatedAgentConfig: Output<GoogleCloudDialogflowV2beta1AutomatedAgentConfigArgs>? = null, val displayName: Output<String>? = null, val humanAgentAssistantConfig: Output<GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigArgs>? = null, val humanAgentHandoffConfig: Output<GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigArgs>? = null, val languageCode: Output<String>? = null, val location: Output<String>? = null, val loggingConfig: Output<GoogleCloudDialogflowV2beta1LoggingConfigArgs>? = null, val name: Output<String>? = null, val newMessageEventNotificationConfig: Output<GoogleCloudDialogflowV2beta1NotificationConfigArgs>? = null, val notificationConfig: Output<GoogleCloudDialogflowV2beta1NotificationConfigArgs>? = null, val project: Output<String>? = null, val securitySettings: Output<String>? = null, val sttConfig: Output<GoogleCloudDialogflowV2beta1SpeechToTextConfigArgs>? = null, val timeZone: Output<String>? = null, val ttsConfig: Output<GoogleCloudDialogflowV2beta1SynthesizeSpeechConfigArgs>? = null) : ConvertibleToJava<ConversationProfileArgs>
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.
Constructors
Link copied to clipboard
fun ConversationProfileArgs(automatedAgentConfig: Output<GoogleCloudDialogflowV2beta1AutomatedAgentConfigArgs>? = null, displayName: Output<String>? = null, humanAgentAssistantConfig: Output<GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigArgs>? = null, humanAgentHandoffConfig: Output<GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigArgs>? = null, languageCode: Output<String>? = null, location: Output<String>? = null, loggingConfig: Output<GoogleCloudDialogflowV2beta1LoggingConfigArgs>? = null, name: Output<String>? = null, newMessageEventNotificationConfig: Output<GoogleCloudDialogflowV2beta1NotificationConfigArgs>? = null, notificationConfig: Output<GoogleCloudDialogflowV2beta1NotificationConfigArgs>? = null, project: Output<String>? = null, securitySettings: Output<String>? = null, sttConfig: Output<GoogleCloudDialogflowV2beta1SpeechToTextConfigArgs>? = null, timeZone: Output<String>? = null, ttsConfig: Output<GoogleCloudDialogflowV2beta1SynthesizeSpeechConfigArgs>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
val humanAgentAssistantConfig: Output<GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigArgs>? = null
Link copied to clipboard
val humanAgentHandoffConfig: Output<GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigArgs>? = null
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
val newMessageEventNotificationConfig: Output<GoogleCloudDialogflowV2beta1NotificationConfigArgs>? = null
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.