Class GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem
Browsing carousel tile
Inheritance
GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.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 |