public sealed class Intent.Types.Message.Types.RbmCardContent : IMessage<Intent.Types.Message.Types.RbmCardContent>, IEquatable<Intent.Types.Message.Types.RbmCardContent>, IDeepCloneable<Intent.Types.Message.Types.RbmCardContent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class Intent.Types.Message.Types.RbmCardContent.
Rich Business Messaging (RBM) Card content
Implements
IMessageIntentTypesMessageTypesRbmCardContent, IEquatableIntentTypesMessageTypesRbmCardContent, IDeepCloneableIntentTypesMessageTypesRbmCardContent, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
RbmCardContent()
public RbmCardContent()
RbmCardContent(RbmCardContent)
public RbmCardContent(Intent.Types.Message.Types.RbmCardContent other)
Parameter | |
---|---|
Name | Description |
other |
IntentTypesMessageTypesRbmCardContent |
Properties
Description
public string Description { get; set; }
Optional. Description of the card (at most 2000 bytes).
At least one of the title, description or media must be set.
Property Value | |
---|---|
Type | Description |
string |
Media
public Intent.Types.Message.Types.RbmCardContent.Types.RbmMedia Media { get; set; }
Optional. However at least one of the title, description or media must be set. Media (image, GIF or a video) to include in the card.
Property Value | |
---|---|
Type | Description |
IntentTypesMessageTypesRbmCardContentTypesRbmMedia |
Suggestions
public RepeatedField<Intent.Types.Message.Types.RbmSuggestion> Suggestions { get; }
Optional. List of suggestions to include in the card.
Property Value | |
---|---|
Type | Description |
RepeatedFieldIntentTypesMessageTypesRbmSuggestion |
Title
public string Title { get; set; }
Optional. Title of the card (at most 200 bytes).
At least one of the title, description or media must be set.
Property Value | |
---|---|
Type | Description |
string |