Google Cloud Dialogflow v2beta1 API - Class HumanAgentAssistantConfig.Types.SuggestionQueryConfig (1.0.0-beta17)

public sealed class HumanAgentAssistantConfig.Types.SuggestionQueryConfig : IMessage<HumanAgentAssistantConfig.Types.SuggestionQueryConfig>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class HumanAgentAssistantConfig.Types.SuggestionQueryConfig.

Config for suggestion query.

Inheritance

object > HumanAgentAssistantConfig.Types.SuggestionQueryConfig

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

SuggestionQueryConfig()

public SuggestionQueryConfig()

SuggestionQueryConfig(SuggestionQueryConfig)

public SuggestionQueryConfig(HumanAgentAssistantConfig.Types.SuggestionQueryConfig other)
Parameter
Name Description
other HumanAgentAssistantConfigTypesSuggestionQueryConfig

Properties

ConfidenceThreshold

public float ConfidenceThreshold { get; set; }

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 is default 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.

Property Value
Type Description
float

ContextFilterSettings

public HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.ContextFilterSettings ContextFilterSettings { get; set; }

Determines how recent conversation context is filtered when generating suggestions. If unspecified, no messages will be dropped.

Property Value
Type Description
HumanAgentAssistantConfigTypesSuggestionQueryConfigTypesContextFilterSettings

DialogflowQuerySource

public HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DialogflowQuerySource DialogflowQuerySource { get; set; }

Query from Dialogflow agent. It is used by DIALOGFLOW_ASSIST, ENTITY_EXTRACTION.

Property Value
Type Description
HumanAgentAssistantConfigTypesSuggestionQueryConfigTypesDialogflowQuerySource

DocumentQuerySource

public HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource DocumentQuerySource { get; set; }

Query from knowledge base document. It is used by: SMART_REPLY, SMART_COMPOSE.

Property Value
Type Description
HumanAgentAssistantConfigTypesSuggestionQueryConfigTypesDocumentQuerySource

KnowledgeBaseQuerySource

public HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.KnowledgeBaseQuerySource KnowledgeBaseQuerySource { get; set; }

Query from knowledgebase. It is used by: ARTICLE_SUGGESTION, FAQ.

Property Value
Type Description
HumanAgentAssistantConfigTypesSuggestionQueryConfigTypesKnowledgeBaseQuerySource

MaxResults

public int MaxResults { get; set; }

Maximum number of results to return. Currently, if unset, defaults to 10. And the max number is 20.

Property Value
Type Description
int

QuerySourceCase

public HumanAgentAssistantConfig.Types.SuggestionQueryConfig.QuerySourceOneofCase QuerySourceCase { get; }
Property Value
Type Description
HumanAgentAssistantConfigTypesSuggestionQueryConfigQuerySourceOneofCase

Sections

public HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.Sections Sections { get; set; }

Optional. The customized sections chosen to return when requesting a summary of a conversation.

Property Value
Type Description
HumanAgentAssistantConfigTypesSuggestionQueryConfigTypesSections