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