Class GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest
Inheritance
GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest : 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