GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfigArgs

data class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfigArgs(val featureConfigs: Output<List<GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfigArgs>>? = null, val groupSuggestionResponses: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfigArgs>

Detail human agent assistant config.

Constructors

Functions

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

Properties

Link copied to clipboard

Configuration of different suggestion features. One feature can have only one config.

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

If group_suggestion_responses is false, and there are multiple feature_configs in event based suggestion or StreamingAnalyzeContent, we will try to deliver suggestions to customers as soon as we get new suggestion. Different type of suggestions based on the same context will be in separate Pub/Sub event or StreamingAnalyzeContentResponse. If group_suggestion_responses set to true. All the suggestions to the same participant based on the same context will be grouped into a single Pub/Sub event or StreamingAnalyzeContentResponse.