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 information for the `SetSuggestionFeatureConfigRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.18.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, within the `Google.Cloud.Dialogflow.V2` namespace."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like deep cloning, equality checking, and message handling."],["The class includes properties like `ConversationProfile` (a string), `ParticipantRole` (of type `Participant.Types.Role`), and `SuggestionFeatureConfig` (of type `HumanAgentAssistantConfig.Types.SuggestionFeatureConfig`), allowing you to define the config and the participant to target."],["The `SetSuggestionFeatureConfigRequest` class has two constructors, a default constructor and one that takes another `SetSuggestionFeatureConfigRequest` instance to create a new object based on the provided instance."]]],[]]