Show / Hide Table of Contents

Class GoogleCloudDialogflowV2IntentMessageBasicCardButton

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

Inheritance
object
GoogleCloudDialogflowV2IntentMessageBasicCardButton
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.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowV2IntentMessageBasicCardButton : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX