Class GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse
Inheritance
GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
GeneratorSuggestion
Declaration
[JsonProperty("generatorSuggestion")]
public virtual GoogleCloudDialogflowV2beta1GeneratorSuggestion GeneratorSuggestion { get; set; }
Property Value
Implements