Google Cloud Dialogflow v2beta1 API - Class Intent.Types.Message.Types.Card (1.0.0-beta15)

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 v2beta1 API class Intent.Types.Message.Types.Card.

The card response message.

Inheritance

object > Intent.Types.Message.Types.Card

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

Card()

public Card()

Card(Card)

public Card(Intent.Types.Message.Types.Card other)
Parameter
NameDescription
otherIntentTypesMessageTypesCard

Properties

Buttons

public RepeatedField<Intent.Types.Message.Types.Card.Types.Button> Buttons { get; }

Optional. The collection of card buttons.

Property Value
TypeDescription
RepeatedFieldIntentTypesMessageTypesCardTypesButton

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