Show / Hide Table of Contents

Class GoogleCloudDialogflowV2IntentMessageCard

The card response message.

Inheritance
object
GoogleCloudDialogflowV2IntentMessageCard
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowV2IntentMessageCard : IDirectResponseSchema

Properties

Buttons

Optional. The collection of card buttons.

Declaration
[JsonProperty("buttons")]
public virtual IList<GoogleCloudDialogflowV2IntentMessageCardButton> Buttons { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2IntentMessageCardButton>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
string

Subtitle

Optional. The subtitle of the card.

Declaration
[JsonProperty("subtitle")]
public virtual string Subtitle { get; set; }
Property Value
Type Description
string

Title

Optional. The title of the card.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX