Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard

Browse Carousel Card for Actions on Google. https://developers.google.com/actions/assistant/responses#browsing_carousel

Inheritance
System.Object
GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.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
System.Collections.Generic.IList<GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem>

Implements

IDirectResponseSchema
In This Article
Back to top