public sealed class SetSuggestionFeatureConfigRequest : IMessage<SetSuggestionFeatureConfigRequest>, IEquatable<SetSuggestionFeatureConfigRequest>, IDeepCloneable<SetSuggestionFeatureConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class SetSuggestionFeatureConfigRequest.
The request message for
[ConversationProfiles.SetSuggestionFeature][].
Required. The Conversation Profile to add or update the suggestion feature
config. Format: projects/<Project ID>/locations/<Location
ID>/conversationProfiles/<Conversation Profile ID>.
[[["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."],[[["This document provides reference documentation for the `SetSuggestionFeatureConfigRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.19.0, and contains the documentation for all of the previous versions of the class, up to the latest version 4.26.0."],["The `SetSuggestionFeatureConfigRequest` class is used to define the request message for updating or adding a suggestion feature in a Conversation Profile via the `ConversationProfiles.SetSuggestionFeature` method."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message operations and data structures."],["Key properties of this class include `ConversationProfile`, `ParticipantRole`, and `SuggestionFeatureConfig`, which are used to specify the target conversation profile, the participant role, and the configuration of the suggestion feature to be updated."],["The document includes a list of available versions for the `SetSuggestionFeatureConfigRequest` class, ranging from version 3.2.0 up to the current latest release, version 4.26.0, allowing users to browse documentation that caters to the specific release they are using."]]],[]]