public sealed class SuggestionFeature : IMessage<SuggestionFeature>, IEquatable<SuggestionFeature>, IDeepCloneable<SuggestionFeature>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class SuggestionFeature.
The 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.
Implements
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 |