Class GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject
Inheritance
GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject : IDirectResponseSchema
Properties
ContentUrl
Declaration
[JsonProperty("contentUrl")]
public virtual string ContentUrl { get; set; }
Property Value
Description
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Icon
Declaration
[JsonProperty("icon")]
public virtual GoogleCloudDialogflowV2beta1IntentMessageImage Icon { get; set; }
Property Value
LargeImage
Declaration
[JsonProperty("largeImage")]
public virtual GoogleCloudDialogflowV2beta1IntentMessageImage LargeImage { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Implements