Show / Hide Table of Contents

Class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig

Config for suggestion features.

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

Properties

ConversationModelConfig

Configs of custom conversation model.

Declaration
[JsonProperty("conversationModelConfig")]
public virtual GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig ConversationModelConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig

EnableEventBasedSuggestion

Automatically iterates all participants and tries to compile suggestions. Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST.

Declaration
[JsonProperty("enableEventBasedSuggestion")]
public virtual bool? EnableEventBasedSuggestion { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ETag

The ETag of the item.

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

QueryConfig

Configs of query.

Declaration
[JsonProperty("queryConfig")]
public virtual GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig QueryConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig

SuggestionFeature

The suggestion feature.

Declaration
[JsonProperty("suggestionFeature")]
public virtual GoogleCloudDialogflowV2SuggestionFeature SuggestionFeature { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2SuggestionFeature

SuggestionTriggerSettings

Settings of suggestion trigger. Currently, only ARTICLE_SUGGESTION and FAQ will use this field.

Declaration
[JsonProperty("suggestionTriggerSettings")]
public virtual GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings SuggestionTriggerSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings

Implements

IDirectResponseSchema
In This Article
Back to top