public sealed class Card : IMessage<Intent.Types.Message.Types.Card>, IEquatable<Intent.Types.Message.Types.Card>, IDeepCloneable<Intent.Types.Message.Types.Card>, IBufferMessage, IMessage
The card response message.
Implements
IMessage<Intent.Types.Message.Types.Card>, IEquatable<Intent.Types.Message.Types.Card>, IDeepCloneable<Intent.Types.Message.Types.Card>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
Card()
public Card()
Card(Intent.Types.Message.Types.Card)
public Card(Intent.Types.Message.Types.Card other)
Parameter | |
---|---|
Name | Description |
other | Intent.Types.Message.Types.Card |
Properties
Buttons
public RepeatedField<Intent.Types.Message.Types.Card.Types.Button> Buttons { get; }
Optional. The collection of card buttons.
Property Value | |
---|---|
Type | Description |
RepeatedField<Intent.Types.Message.Types.Card.Types.Button> |
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 |