Class GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest
Inheritance
GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ParticipantRole
Declaration
[JsonProperty("participantRole")]
public virtual string ParticipantRole { get; set; }
Property Value
SuggestionFeatureConfig
Declaration
[JsonProperty("suggestionFeatureConfig")]
public virtual GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig SuggestionFeatureConfig { get; set; }
Property Value
Implements