Show / Hide Table of Contents

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", } } ] } ] }

Google Chat apps:

Inheritance
object
GoogleAppsCardV1Carousel
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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<GoogleAppsCardV1CarouselCard>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX