Class GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent
Inheritance
GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent : IDirectResponseSchema
Properties
Description
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Media
Declaration
[JsonProperty("media")]
public virtual GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia Media { get; set; }
Property Value
Suggestions
Declaration
[JsonProperty("suggestions")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion> Suggestions { get; set; }
Property Value
Title
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Implements