Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem

Browsing carousel tile

Inheritance
object
GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem
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 GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem : IDirectResponseSchema

Properties

Description

Optional. Description of the carousel item. Maximum of four lines of text.

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

ETag

The ETag of the item.

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

Footer

Optional. Text that appears at the bottom of the Browse Carousel Card. Maximum of one line of text.

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

Image

Optional. Hero image for the carousel item.

Declaration
[JsonProperty("image")]
public virtual GoogleCloudDialogflowV2beta1IntentMessageImage Image { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1IntentMessageImage

OpenUriAction

Required. Action to present to the user.

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

Title

Required. Title of the carousel item. Maximum of two lines of text.

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