Google Cloud Dialogflow V2beta1Human Agent Assistant Config Conversation Model Config Args
data class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfigArgs(val baselineModelVersion: Output<String>? = null, val model: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfigArgs>
Custom conversation models used in agent assist feature. Supported feature: ARTICLE_SUGGESTION, SMART_COMPOSE, SMART_REPLY, CONVERSATION_SUMMARIZATION.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfigArgs(baselineModelVersion: Output<String>? = null, model: Output<String>? = null)