View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig (google_api_dialogflow v0.88.2)
Config for suggestion features.
Attributes
-
conversationModelConfig
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig.t
, default:nil
) - Configs of custom conversation model. -
conversationProcessConfig
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig.t
, default:nil
) - Configs for processing conversation. -
disableAgentQueryLogging
(type:boolean()
, default:nil
) - Optional. Disable the logging of search queries sent by human agents. It can prevent those queries from being stored at answer records. Supported features: KNOWLEDGE_SEARCH. -
enableConversationAugmentedQuery
(type:boolean()
, default:nil
) - Optional. Enable including conversation context during query answer generation. Supported features: KNOWLEDGE_SEARCH. -
enableEventBasedSuggestion
(type:boolean()
, default:nil
) - Automatically iterates all participants and tries to compile suggestions. Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST, KNOWLEDGE_ASSIST. -
enableQuerySuggestionOnly
(type:boolean()
, default:nil
) - Optional. Enable query suggestion only. Supported features: KNOWLEDGE_ASSIST -
enableQuerySuggestionWhenNoAnswer
(type:boolean()
, default:nil
) - Optional. Enable query suggestion even if we can't find its answer. By default, queries are suggested only if we find its answer. Supported features: KNOWLEDGE_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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig{ conversationModelConfig: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig.t() | nil, conversationProcessConfig: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig.t() | nil, disableAgentQueryLogging: boolean() | nil, enableConversationAugmentedQuery: boolean() | nil, enableEventBasedSuggestion: boolean() | nil, enableQuerySuggestionOnly: boolean() | nil, enableQuerySuggestionWhenNoAnswer: 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 }