public sealed class ClearSuggestionFeatureConfigRequest : IMessage<ClearSuggestionFeatureConfigRequest>, IEquatable<ClearSuggestionFeatureConfigRequest>, IDeepCloneable<ClearSuggestionFeatureConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ClearSuggestionFeatureConfigRequest.
The request message for [ConversationProfiles.ClearFeature][].
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 `ClearSuggestionFeatureConfigRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.10.0, and shows that it is used to request clearing a suggestion feature."],["The `ClearSuggestionFeatureConfigRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to act as a protocol buffer message."],["The class includes properties such as `ConversationProfile`, `ParticipantRole`, and `SuggestionFeatureType`, which are used to specify the conversation profile, participant role, and the type of suggestion feature to be cleared, respectively."],["There is documentation available for numerous previous versions of the `ClearSuggestionFeatureConfigRequest` class dating back from 4.26.0 to 3.2.0, accessible via the links provided."],["This class has two constructors, a default one and another that accepts a `ClearSuggestionFeatureConfigRequest` object as a parameter, allowing users to copy an existing config."]]],[]]