Class GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest
Inheritance
GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest : 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 GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig SuggestionFeatureConfig { get; set; }
Property Value
Implements