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
System.Object
GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard
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 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
System.Collections.Generic.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
System.String

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In This Article
Back to top