Class Intent.Types.Message.Types.Card (3.11.0)

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.

Inheritance

Object > Intent.Types.Message.Types.Card

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

Card()

public Card()

Card(Intent.Types.Message.Types.Card)

public Card(Intent.Types.Message.Types.Card other)
Parameter
NameDescription
otherIntent.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
TypeDescription
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
TypeDescription
String

Subtitle

public string Subtitle { get; set; }

Optional. The subtitle of the card.

Property Value
TypeDescription
String

Title

public string Title { get; set; }

Optional. The title of the card.

Property Value
TypeDescription
String