GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfigArgs

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

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfigArgs

Properties

Link copied to clipboard
val baselineModelVersion: Output<String>? = null

Version of current baseline model. It will be ignored if model is set. Valid versions are: Article Suggestion baseline model: - 0.9 - 1.0 (default) Summarization baseline model: - 1.0

Link copied to clipboard
val model: Output<String>? = null

Conversation model resource name. Format: projects//conversationModels/.