View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig (google_api_dialogflow v0.88.3)
Config for suggestion query.
Attributes
-
confidenceThreshold
(type:number()
, default:nil
) - Confidence threshold of query result. Agent Assist gives each suggestion a score in the range [0.0, 1.0], based on the relevance between the suggestion and the current conversation context. A score of 0.0 has no relevance, while a score of 1.0 has high relevance. Only suggestions with a score greater than or equal to the value of this field are included in the results. For a baseline model (the default), the recommended value is in the range [0.05, 0.1]. For a custom model, there is no recommended value. Tune this value by starting from a very low value and slowly increasing until you have desired results. If this field is not set, it defaults to 0.0, which means that all suggestions are returned. Supported features: ARTICLE_SUGGESTION, FAQ, SMART_REPLY, SMART_COMPOSE, KNOWLEDGE_SEARCH, KNOWLEDGE_ASSIST, ENTITY_EXTRACTION. -
contextFilterSettings
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings.t
, default:nil
) - Determines how recent conversation context is filtered when generating suggestions. If unspecified, no messages will be dropped. -
contextSize
(type:integer()
, default:nil
) - Optional. The number of recent messages to include in the context. Supported features: KNOWLEDGE_ASSIST. -
dialogflowQuerySource
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource.t
, default:nil
) - Query from Dialogflow agent. It is used by DIALOGFLOW_ASSIST. -
documentQuerySource
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource.t
, default:nil
) - Query from knowledge base document. It is used by: SMART_REPLY, SMART_COMPOSE. -
knowledgeBaseQuerySource
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource.t
, default:nil
) - Query from knowledgebase. It is used by: ARTICLE_SUGGESTION, FAQ. -
maxResults
(type:integer()
, default:nil
) - Maximum number of results to return. Currently, if unset, defaults to 10. And the max number is 20. -
sections
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections.t
, default:nil
) - Optional. The customized sections chosen to return when requesting a summary of a conversation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig{ confidenceThreshold: number() | nil, contextFilterSettings: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings.t() | nil, contextSize: integer() | nil, dialogflowQuerySource: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource.t() | nil, documentQuerySource: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource.t() | nil, knowledgeBaseQuerySource: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource.t() | nil, maxResults: integer() | nil, sections: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections.t() | nil }