Google Cloud Dialogflow V2beta1Human Agent Assistant Config Suggestion Feature Config Response
data class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfigResponse(val conversationModelConfig: GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfigResponse, val conversationProcessConfig: GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfigResponse, val enableEventBasedSuggestion: Boolean, val queryConfig: GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigResponse, val suggestionFeature: GoogleCloudDialogflowV2beta1SuggestionFeatureResponse, val suggestionTriggerSettings: GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettingsResponse)
Config for suggestion features.
Constructors
Link copied to clipboard
constructor(conversationModelConfig: GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfigResponse, conversationProcessConfig: GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfigResponse, enableEventBasedSuggestion: Boolean, queryConfig: GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigResponse, suggestionFeature: GoogleCloudDialogflowV2beta1SuggestionFeatureResponse, suggestionTriggerSettings: GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettingsResponse)
Properties
Link copied to clipboard
val conversationModelConfig: GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfigResponse
Configs of custom conversation model.
Link copied to clipboard
val conversationProcessConfig: GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfigResponse
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
Link copied to clipboard
The suggestion feature.
Link copied to clipboard
val suggestionTriggerSettings: GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettingsResponse
Settings of suggestion trigger. Currently, only ARTICLE_SUGGESTION, FAQ, and DIALOGFLOW_ASSIST will use this field.