Class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig
Config for suggestion features.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig : IDirectResponseSchema
Properties
ConversationModelConfig
Configs of custom conversation model.
Declaration
[JsonProperty("conversationModelConfig")]
public virtual GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig ConversationModelConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig |
ConversationProcessConfig
Configs for processing conversation.
Declaration
[JsonProperty("conversationProcessConfig")]
public virtual GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig ConversationProcessConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig |
EnableEventBasedSuggestion
Automatically iterates all participants and tries to compile suggestions. Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST, ENTITY_EXTRACTION.
Declaration
[JsonProperty("enableEventBasedSuggestion")]
public virtual bool? EnableEventBasedSuggestion { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
QueryConfig
Configs of query.
Declaration
[JsonProperty("queryConfig")]
public virtual GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig QueryConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig |
SuggestionFeature
The suggestion feature.
Declaration
[JsonProperty("suggestionFeature")]
public virtual GoogleCloudDialogflowV2beta1SuggestionFeature SuggestionFeature { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDialogflowV2beta1SuggestionFeature |
SuggestionTriggerSettings
Settings of suggestion trigger. Currently, only ARTICLE_SUGGESTION, FAQ, and DIALOGFLOW_ASSIST will use this field.
Declaration
[JsonProperty("suggestionTriggerSettings")]
public virtual GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings SuggestionTriggerSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings |