Class GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent
Rich Business Messaging (RBM) Card content
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent : IDirectResponseSchema
Properties
Description
Optional. Description of the card (at most 2000 bytes). At least one of the title, description or media must be set.
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 |
Media
Optional. However at least one of the title, description or media must be set. Media (image, GIF or a video) to include in the card.
Declaration
[JsonProperty("media")]
public virtual GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia Media { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia |
Suggestions
Optional. List of suggestions to include in the card.
Declaration
[JsonProperty("suggestions")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion> Suggestions { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion> |
Title
Optional. Title of the card (at most 200 bytes). At least one of the title, description or media must be set.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |