Class GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard
Inheritance
GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard : IDirectResponseSchema
Properties
CardContent
Declaration
[JsonProperty("cardContent")]
public virtual GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent CardContent { get; set; }
Property Value
CardOrientation
Declaration
[JsonProperty("cardOrientation")]
public virtual string CardOrientation { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ThumbnailImageAlignment
Declaration
[JsonProperty("thumbnailImageAlignment")]
public virtual string ThumbnailImageAlignment { get; set; }
Property Value
Implements