public sealed class SuggestionFeature : IMessage<SuggestionFeature>, IEquatable<SuggestionFeature>, IDeepCloneable<SuggestionFeature>, IBufferMessage, IMessageThe type of Human Agent Assistant API suggestion to perform, and the maximum
number of results to return for that type. Multiple Feature objects can
be specified in the features list.
Inheritance
System.Object > SuggestionFeatureImplements
IMessage<SuggestionFeature>, IEquatable<SuggestionFeature>, IDeepCloneable<SuggestionFeature>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
SuggestionFeature()
public SuggestionFeature()SuggestionFeature(SuggestionFeature)
public SuggestionFeature(SuggestionFeature other)| Parameter | |
|---|---|
| Name | Description |
other |
SuggestionFeature |
Properties
Type
public SuggestionFeature.Types.Type Type { get; set; }Type of Human Agent Assistant API feature to request.
| Property Value | |
|---|---|
| Type | Description |
SuggestionFeature.Types.Type |
|