public sealed class Intent.Types.Message.Types.Card : IMessage<Intent.Types.Message.Types.Card>, IEquatable<Intent.Types.Message.Types.Card>, IDeepCloneable<Intent.Types.Message.Types.Card>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.Message.Types.Card.
The card response message.
Implements
IMessageIntentTypesMessageTypesCard, IEquatableIntentTypesMessageTypesCard, IDeepCloneableIntentTypesMessageTypesCard, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
Card()
public Card()
Card(Card)
public Card(Intent.Types.Message.Types.Card other)
Parameter | |
---|---|
Name | Description |
other | IntentTypesMessageTypesCard |
Properties
Buttons
public RepeatedField<Intent.Types.Message.Types.Card.Types.Button> Buttons { get; }
Optional. The collection of card buttons.
Property Value | |
---|---|
Type | Description |
RepeatedFieldIntentTypesMessageTypesCardTypesButton |
ImageUri
public string ImageUri { get; set; }
Optional. The public URI to an image file for the card.
Property Value | |
---|---|
Type | Description |
string |
Subtitle
public string Subtitle { get; set; }
Optional. The subtitle of the card.
Property Value | |
---|---|
Type | Description |
string |
Title
public string Title { get; set; }
Optional. The title of the card.
Property Value | |
---|---|
Type | Description |
string |