Google Cloud Dialogflow v2 API - Class ClearSuggestionFeatureConfigRequest (4.18.0)

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][].

Inheritance

object > ClearSuggestionFeatureConfigRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ClearSuggestionFeatureConfigRequest()

public ClearSuggestionFeatureConfigRequest()

ClearSuggestionFeatureConfigRequest(ClearSuggestionFeatureConfigRequest)

public ClearSuggestionFeatureConfigRequest(ClearSuggestionFeatureConfigRequest other)
Parameter
NameDescription
otherClearSuggestionFeatureConfigRequest

Properties

ConversationProfile

public string ConversationProfile { get; set; }

Required. The Conversation Profile to add or update the suggestion feature config. Format: projects/<Project ID>/locations/<Location ID>/conversationProfiles/<Conversation Profile ID>.

Property Value
TypeDescription
string

ParticipantRole

public Participant.Types.Role ParticipantRole { get; set; }

Required. The participant role to remove the suggestion feature config. Only HUMAN_AGENT or END_USER can be used.

Property Value
TypeDescription
ParticipantTypesRole

SuggestionFeatureType

public SuggestionFeature.Types.Type SuggestionFeatureType { get; set; }

Required. The type of the suggestion feature to remove.

Property Value
TypeDescription
SuggestionFeatureTypesType