Google Cloud Dialogflow V2beta1Human Agent Assistant Config Suggestion Config Response
data class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfigResponse(val featureConfigs: List<GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfigResponse>, val groupSuggestionResponses: Boolean)
Detail human agent assistant config.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfigResponse(featureConfigs: List<GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfigResponse>, groupSuggestionResponses: Boolean)
Types
Properties
Link copied to clipboard
Link copied to clipboard
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.