public sealed class SuggestionFeature : IMessage<SuggestionFeature>, IEquatable<SuggestionFeature>, IDeepCloneable<SuggestionFeature>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `SuggestionFeature` class, part of the Google Cloud Dialogflow v2beta1 API, is designed to define the type and number of suggestions to return from the Human Agent Assistant API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a versatile component within the Google Cloud ecosystem."],["It inherits from the base `object` class and includes properties such as `Type`, which specifies the type of Human Agent Assistant API feature to request, offering flexibility in suggestion customization."],["The `SuggestionFeature` class provides two constructors, one default and another that allows for copying an existing `SuggestionFeature` instance, for convenience."],["The latest beta version is `1.0.0-beta23` but the current documentation is for version `1.0.0-beta20`."]]],[]]