GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfigArgs

data class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfigArgs(val conversationModelConfig: Output<GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfigArgs>? = null, val conversationProcessConfig: Output<GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfigArgs>? = null, val enableEventBasedSuggestion: Output<Boolean>? = null, val queryConfig: Output<GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigArgs>? = null, val suggestionFeature: Output<GoogleCloudDialogflowV2beta1SuggestionFeatureArgs>? = null, val suggestionTriggerSettings: Output<GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettingsArgs>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfigArgs>

Config for suggestion features.

Constructors

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val enableEventBasedSuggestion: Output<Boolean>? = null

Automatically iterates all participants and tries to compile suggestions. Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST.

Link copied to clipboard
Link copied to clipboard

The suggestion feature.

Link copied to clipboard

Settings of suggestion trigger. Currently, only ARTICLE_SUGGESTION, FAQ, and DIALOGFLOW_ASSIST will use this field.