Google Cloud Dialogflow v2beta1 API - Class SetSuggestionFeatureConfigRequest (1.0.0-beta15)

public sealed class SetSuggestionFeatureConfigRequest : IMessage<SetSuggestionFeatureConfigRequest>, IEquatable<SetSuggestionFeatureConfigRequest>, IDeepCloneable<SetSuggestionFeatureConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SetSuggestionFeatureConfigRequest.

The request message for [ConversationProfiles.SetSuggestionFeature][].

Inheritance

object > SetSuggestionFeatureConfigRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.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
ParticipantTypesRole

SuggestionFeatureConfig

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

Required. The suggestion feature config to add or update.

Property Value
TypeDescription
HumanAgentAssistantConfigTypesSuggestionFeatureConfig