GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig (google_api_dialogflow v0.72.0) View Source
Config for suggestion features.
Attributes
-
conversationModelConfig(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig.t, default:nil) - Configs of custom conversation model. -
enableEventBasedSuggestion(type:boolean(), default:nil) - Automatically iterates all participants and tries to compile suggestions. Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST. -
queryConfig(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig.t, default:nil) - Configs of query. -
suggestionFeature(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SuggestionFeature.t, default:nil) - The suggestion feature. -
suggestionTriggerSettings(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings.t, default:nil) - Settings of suggestion trigger. Currently, only ARTICLE_SUGGESTION and FAQ will use this field.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig{
conversationModelConfig:
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig.t()
| nil,
enableEventBasedSuggestion: boolean() | nil,
queryConfig:
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig.t()
| nil,
suggestionFeature:
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SuggestionFeature.t()
| nil,
suggestionTriggerSettings:
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.