Google Cloud Dialogflow v2 API - Class Intent.Types.Message.Types.Card (4.19.0)

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.

Inheritance

object > Intent.Types.Message.Types.Card

Namespace

Google.Cloud.Dialogflow.V2

Assembly

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