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 v2 API class Intent.Types.Message.Types.BasicCard.
The basic card message. Useful for displaying information.
Implements
IMessageIntentTypesMessageTypesBasicCard, IEquatableIntentTypesMessageTypesBasicCard, IDeepCloneableIntentTypesMessageTypesBasicCard, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
BasicCard()
public BasicCard()
BasicCard(BasicCard)
public BasicCard(Intent.Types.Message.Types.BasicCard other)
Parameter | |
---|---|
Name | Description |
other | IntentTypesMessageTypesBasicCard |
Properties
Buttons
public RepeatedField<Intent.Types.Message.Types.BasicCard.Types.Button> Buttons { get; }
Optional. The collection of card buttons.
Property Value | |
---|---|
Type | Description |
RepeatedFieldIntentTypesMessageTypesBasicCardTypesButton |
FormattedText
public string FormattedText { get; set; }
Required, unless image is present. The body text of the card.
Property Value | |
---|---|
Type | Description |
string |
Image
public Intent.Types.Message.Types.Image Image { get; set; }
Optional. The image for the card.
Property Value | |
---|---|
Type | Description |
IntentTypesMessageTypesImage |
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 |