Class GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard
Browse Carousel Card for Actions on Google. https://developers.google.com/actions/assistant/responses#browsing_carousel
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageDisplayOptions
Optional. Settings for displaying the image. Applies to every image in items.
Declaration
[JsonProperty("imageDisplayOptions")]
public virtual string ImageDisplayOptions { get; set; }
Property Value
Type | Description |
---|---|
string |
Items
Required. List of items in the Browse Carousel Card. Minimum of two items, maximum of ten.
Declaration
[JsonProperty("items")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem> Items { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem> |