Class GoogleCloudDialogflowV2beta1IntentMessageListSelect
Inheritance
GoogleCloudDialogflowV2beta1IntentMessageListSelect
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageListSelect : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Items
Declaration
[JsonProperty("items")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentMessageListSelectItem> Items { get; set; }
Property Value
Subtitle
Declaration
[JsonProperty("subtitle")]
public virtual string Subtitle { get; set; }
Property Value
Title
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Implements