Class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig
Inheritance
GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig : IDirectResponseSchema
Properties
ConfidenceThreshold
Declaration
[JsonProperty("confidenceThreshold")]
public virtual float? ConfidenceThreshold { get; set; }
Property Value
ContextFilterSettings
Declaration
[JsonProperty("contextFilterSettings")]
public virtual GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings ContextFilterSettings { get; set; }
Property Value
ContextSize
Declaration
[JsonProperty("contextSize")]
public virtual int? ContextSize { get; set; }
Property Value
DialogflowQuerySource
Declaration
[JsonProperty("dialogflowQuerySource")]
public virtual GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource DialogflowQuerySource { get; set; }
Property Value
DocumentQuerySource
Declaration
[JsonProperty("documentQuerySource")]
public virtual GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource DocumentQuerySource { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
KnowledgeBaseQuerySource
Declaration
[JsonProperty("knowledgeBaseQuerySource")]
public virtual GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource KnowledgeBaseQuerySource { get; set; }
Property Value
MaxResults
Declaration
[JsonProperty("maxResults")]
public virtual int? MaxResults { get; set; }
Property Value
Sections
Declaration
[JsonProperty("sections")]
public virtual GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigSections Sections { get; set; }
Property Value
Implements