Class GoogleCloudDialogflowV2beta1IntentMessageCard
The card response message.
Inheritance
System.Object
GoogleCloudDialogflowV2beta1IntentMessageCard
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageCard : IDirectResponseSchema
Properties
Buttons
Optional. The collection of card buttons.
Declaration
[JsonProperty("buttons")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentMessageCardButton> Buttons { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<GoogleCloudDialogflowV2beta1IntentMessageCardButton> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ImageUri
Optional. The public URI to an image file for the card.
Declaration
[JsonProperty("imageUri")]
public virtual string ImageUri { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Subtitle
Optional. The subtitle of the card.
Declaration
[JsonProperty("subtitle")]
public virtual string Subtitle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Title
Optional. The title of the card.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |