Class GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia
Inheritance
GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
FileUri
Declaration
[JsonProperty("fileUri")]
public virtual string FileUri { get; set; }
Property Value
Height
Declaration
[JsonProperty("height")]
public virtual string Height { get; set; }
Property Value
ThumbnailUri
Declaration
[JsonProperty("thumbnailUri")]
public virtual string ThumbnailUri { get; set; }
Property Value
Implements