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

public sealed class Intent.Types.Message.Types.BasicCard : IMessage<Intent.Types.Message.Types.BasicCard>, IEquatable<Intent.Types.Message.Types.BasicCard>, IDeepCloneable<Intent.Types.Message.Types.BasicCard>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class Intent.Types.Message.Types.BasicCard.

The basic card message. Useful for displaying information.

Inheritance

object > Intent.Types.Message.Types.BasicCard

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

BasicCard()

public BasicCard()

BasicCard(BasicCard)

public BasicCard(Intent.Types.Message.Types.BasicCard other)
Parameter
NameDescription
otherIntentTypesMessageTypesBasicCard

Properties

Buttons

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

Optional. The collection of card buttons.

Property Value
TypeDescription
RepeatedFieldIntentTypesMessageTypesBasicCardTypesButton

FormattedText

public string FormattedText { get; set; }

Required, unless image is present. The body text of the card.

Property Value
TypeDescription
string

Image

public Intent.Types.Message.Types.Image Image { get; set; }

Optional. The image for the card.

Property Value
TypeDescription
IntentTypesMessageTypesImage

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