Class GoogleAppsCardV1Carousel
Developer Preview: A carousel, also known as a slider, rotates and displays a list of widgets in a slideshow format, with buttons navigating to the previous or next widget. For example, this is a JSON representation of a carousel that contains three text paragraph widgets.
{ "carouselCards": [ { "widgets": [ { "textParagraph": { "text": "First text paragraph in carousel", } } ] }, {
"widgets": [ { "textParagraph": { "text": "Second text paragraph in carousel", } } ] }, { "widgets": [ {
"textParagraph": { "text": "Third text paragraph in carousel", } } ] } ] }
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat .v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class GoogleAppsCardV1Carousel : IDirectResponseSchema
Properties
CarouselCards
A list of cards included in the carousel.
Declaration
[JsonProperty("carouselCards")]
public virtual IList<GoogleAppsCardV1CarouselCard> CarouselCards { get; set; }
Property Value
Type | Description |
---|---|
IList<Google |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |