Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent

Rich Business Messaging (RBM) Card content

Inheritance
object
GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX