Google Cloud Dialogflow v2beta1 API - Class HumanAgentAssistantConfig.Types.SuggestionConfig (1.0.0-beta18)

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

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

Detail human agent assistant config.

Inheritance

object > HumanAgentAssistantConfig.Types.SuggestionConfig

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

SuggestionConfig()

public SuggestionConfig()

SuggestionConfig(SuggestionConfig)

public SuggestionConfig(HumanAgentAssistantConfig.Types.SuggestionConfig other)
Parameter
Name Description
other HumanAgentAssistantConfigTypesSuggestionConfig

Properties

DisableHighLatencyFeaturesSyncDelivery

public bool DisableHighLatencyFeaturesSyncDelivery { get; set; }

Optional. When disable_high_latency_features_sync_delivery is true and using the AnalyzeContent API, we will not deliver the responses from high latency features in the API response. The human_agent_assistant_config.notification_config must be configured and enable_event_based_suggestion must be set to true to receive the responses from high latency features in Pub/Sub. High latency feature(s): KNOWLEDGE_ASSIST

Property Value
Type Description
bool

FeatureConfigs

public RepeatedField<HumanAgentAssistantConfig.Types.SuggestionFeatureConfig> FeatureConfigs { get; }

Configuration of different suggestion features. One feature can have only one config.

Property Value
Type Description
RepeatedFieldHumanAgentAssistantConfigTypesSuggestionFeatureConfig

Generators

public RepeatedField<string> Generators { get; }

Optional. List of various generator resource names used in the conversation profile.

Property Value
Type Description
RepeatedFieldstring

GeneratorsAsGeneratorNames

public ResourceNameList<GeneratorName> GeneratorsAsGeneratorNames { get; }

GeneratorName-typed view over the Generators resource name property.

Property Value
Type Description
ResourceNameListGeneratorName

GroupSuggestionResponses

public bool GroupSuggestionResponses { get; set; }

If group_suggestion_responses is false, and there are multiple feature_configs in event based suggestion or StreamingAnalyzeContent, we will try to deliver suggestions to customers as soon as we get new suggestion. Different type of suggestions based on the same context will be in separate Pub/Sub event or StreamingAnalyzeContentResponse.

If group_suggestion_responses set to true. All the suggestions to the same participant based on the same context will be grouped into a single Pub/Sub event or StreamingAnalyzeContentResponse.

Property Value
Type Description
bool