Google Cloud Dialogflow V2Human Agent Assistant Config Suggestion Feature Config Response
data class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfigResponse(val conversationModelConfig: GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfigResponse, val conversationProcessConfig: GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfigResponse, val enableEventBasedSuggestion: Boolean, val queryConfig: GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigResponse, val suggestionFeature: GoogleCloudDialogflowV2SuggestionFeatureResponse, val suggestionTriggerSettings: GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettingsResponse)
Config for suggestion features.
Constructors
Link copied to clipboard
constructor(conversationModelConfig: GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfigResponse, conversationProcessConfig: GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfigResponse, enableEventBasedSuggestion: Boolean, queryConfig: GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigResponse, suggestionFeature: GoogleCloudDialogflowV2SuggestionFeatureResponse, suggestionTriggerSettings: GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettingsResponse)
Properties
Link copied to clipboard
val conversationModelConfig: GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfigResponse
Configs of custom conversation model.
Link copied to clipboard
val conversationProcessConfig: GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfigResponse
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
Configs of query.
Link copied to clipboard
The suggestion feature.
Link copied to clipboard
val suggestionTriggerSettings: GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettingsResponse
Settings of suggestion trigger. Currently, only ARTICLE_SUGGESTION and FAQ will use this field.