Google Cloud Dialogflow V2Human Agent Assistant Config Suggestion Feature Config Args
data class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfigArgs(val conversationModelConfig: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfigArgs>? = null, val conversationProcessConfig: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfigArgs>? = null, val enableEventBasedSuggestion: Output<Boolean>? = null, val queryConfig: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigArgs>? = null, val suggestionFeature: Output<GoogleCloudDialogflowV2SuggestionFeatureArgs>? = null, val suggestionTriggerSettings: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettingsArgs>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfigArgs>
Config for suggestion features.
Constructors
Link copied to clipboard
constructor(conversationModelConfig: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfigArgs>? = null, conversationProcessConfig: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfigArgs>? = null, enableEventBasedSuggestion: Output<Boolean>? = null, queryConfig: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigArgs>? = null, suggestionFeature: Output<GoogleCloudDialogflowV2SuggestionFeatureArgs>? = null, suggestionTriggerSettings: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettingsArgs>? = null)
Properties
Link copied to clipboard
val conversationModelConfig: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfigArgs>? = null
Configs of custom conversation model.
Link copied to clipboard
val conversationProcessConfig: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfigArgs>? = null
Configs for processing conversation.
Link copied to clipboard
Automatically iterates all participants and tries to compile suggestions. Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST.
Link copied to clipboard
val queryConfig: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigArgs>? = null
Configs of query.
Link copied to clipboard
The suggestion feature.
Link copied to clipboard
val suggestionTriggerSettings: Output<GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettingsArgs>? = null
Settings of suggestion trigger. Currently, only ARTICLE_SUGGESTION and FAQ will use this field.