Show / Hide Table of Contents

Class GoogleCloudDialogflowV2IntentMessageBasicCardButton

The button object that appears at the bottom of a card.

Inheritance
System.Object
GoogleCloudDialogflowV2IntentMessageBasicCardButton
Implements
IDirectResponseSchema
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 GoogleCloudDialogflowV2IntentMessageBasicCardButton : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

OpenUriAction

Required. Action to take when a user taps on the button.

Declaration
[JsonProperty("openUriAction")]
public virtual GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction OpenUriAction { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2IntentMessageBasicCardButtonOpenUriAction

Title

Required. The title of the button.

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

Implements

IDirectResponseSchema
In This Article
Back to top