Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard

Carousel Rich Business Messaging (RBM) rich card. Rich cards allow you to respond to users with more vivid content, e.g. with media and suggestions. If you want to show a single card with more control over the layout, please use RbmStandaloneCard instead.

Inheritance
object
GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard
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.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard : IDirectResponseSchema

Properties

CardContents

Required. The cards in the carousel. A carousel must have at least 2 cards and at most 10.

Declaration
[JsonProperty("cardContents")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent> CardContents { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent>

CardWidth

Required. The width of the cards in the carousel.

Declaration
[JsonProperty("cardWidth")]
public virtual string CardWidth { get; set; }
Property Value
Type Description
string

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