Class GoogleCloudDialogflowV2beta1IntentMessageSuggestions
Inheritance
GoogleCloudDialogflowV2beta1IntentMessageSuggestions
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageSuggestions : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Suggestions
Declaration
[JsonProperty("suggestions")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentMessageSuggestion> Suggestions { get; set; }
Property Value
Implements