public sealed class Intent.Types.Message.Types.RbmStandaloneCard : IMessage<Intent.Types.Message.Types.RbmStandaloneCard>, IEquatable<Intent.Types.Message.Types.RbmStandaloneCard>, IDeepCloneable<Intent.Types.Message.Types.RbmStandaloneCard>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class Intent.Types.Message.Types.RbmStandaloneCard.
Standalone Rich Business Messaging (RBM) rich card.
Rich cards allow you to respond to users with more vivid content, e.g. with media and suggestions.
You can group multiple rich cards into one using [RbmCarouselCard][google.cloud.dialogflow.v2beta1.Intent.Message.RbmCarouselCard] but carousel cards will give you less control over the card layout.
Implements
IMessageIntentTypesMessageTypesRbmStandaloneCard, IEquatableIntentTypesMessageTypesRbmStandaloneCard, IDeepCloneableIntentTypesMessageTypesRbmStandaloneCard, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
RbmStandaloneCard()
public RbmStandaloneCard()
RbmStandaloneCard(RbmStandaloneCard)
public RbmStandaloneCard(Intent.Types.Message.Types.RbmStandaloneCard other)
Parameter | |
---|---|
Name | Description |
other |
IntentTypesMessageTypesRbmStandaloneCard |
Properties
CardContent
public Intent.Types.Message.Types.RbmCardContent CardContent { get; set; }
Required. Card content.
Property Value | |
---|---|
Type | Description |
IntentTypesMessageTypesRbmCardContent |
CardOrientation
public Intent.Types.Message.Types.RbmStandaloneCard.Types.CardOrientation CardOrientation { get; set; }
Required. Orientation of the card.
Property Value | |
---|---|
Type | Description |
IntentTypesMessageTypesRbmStandaloneCardTypesCardOrientation |
ThumbnailImageAlignment
public Intent.Types.Message.Types.RbmStandaloneCard.Types.ThumbnailImageAlignment ThumbnailImageAlignment { get; set; }
Required if orientation is horizontal. Image preview alignment for standalone cards with horizontal layout.
Property Value | |
---|---|
Type | Description |
IntentTypesMessageTypesRbmStandaloneCardTypesThumbnailImageAlignment |