Google Cloud Dialogflow v2 API - Class SetSuggestionFeatureConfigRequest (4.2.0)

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

Inheritance

Object > SetSuggestionFeatureConfigRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

SetSuggestionFeatureConfigRequest()

public SetSuggestionFeatureConfigRequest()

SetSuggestionFeatureConfigRequest(SetSuggestionFeatureConfigRequest)

public SetSuggestionFeatureConfigRequest(SetSuggestionFeatureConfigRequest other)
Parameter
NameDescription
otherSetSuggestionFeatureConfigRequest

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 add or update the suggestion feature config. Only HUMAN_AGENT or END_USER can be used.

Property Value
TypeDescription
Participant.Types.Role

SuggestionFeatureConfig

public HumanAgentAssistantConfig.Types.SuggestionFeatureConfig SuggestionFeatureConfig { get; set; }

Required. The suggestion feature config to add or update.

Property Value
TypeDescription
HumanAgentAssistantConfig.Types.SuggestionFeatureConfig