Show / Hide Table of Contents

Class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig

Inheritance
object
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig : IDirectResponseSchema

Properties

ConfidenceThreshold

Declaration
[JsonProperty("confidenceThreshold")]
public virtual float? ConfidenceThreshold { get; set; }
Property Value
Type Description
float?

ContextFilterSettings

Declaration
[JsonProperty("contextFilterSettings")]
public virtual GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings ContextFilterSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings

ContextSize

Declaration
[JsonProperty("contextSize")]
public virtual int? ContextSize { get; set; }
Property Value
Type Description
int?

DialogflowQuerySource

Declaration
[JsonProperty("dialogflowQuerySource")]
public virtual GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource DialogflowQuerySource { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource

DocumentQuerySource

Declaration
[JsonProperty("documentQuerySource")]
public virtual GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource DocumentQuerySource { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

KnowledgeBaseQuerySource

Declaration
[JsonProperty("knowledgeBaseQuerySource")]
public virtual GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource KnowledgeBaseQuerySource { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource

MaxResults

Declaration
[JsonProperty("maxResults")]
public virtual int? MaxResults { get; set; }
Property Value
Type Description
int?

Sections

Declaration
[JsonProperty("sections")]
public virtual GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections Sections { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX