Class GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest
The request message for ConversationProfiles.SetSuggestionFeature.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ParticipantRole
Required. The participant role to add or update the suggestion feature config. Only HUMAN_AGENT or END_USER can be used.
Declaration
[JsonProperty("participantRole")]
public virtual string ParticipantRole { get; set; }
Property Value
Type | Description |
---|---|
string |
SuggestionFeatureConfig
Required. The suggestion feature config to add or update.
Declaration
[JsonProperty("suggestionFeatureConfig")]
public virtual GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig SuggestionFeatureConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig |