Class GoogleCloudDialogflowV2beta1IntentMessageMediaContent
Inheritance
GoogleCloudDialogflowV2beta1IntentMessageMediaContent
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageMediaContent : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
MediaObjects
Declaration
[JsonProperty("mediaObjects")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject> MediaObjects { get; set; }
Property Value
MediaType
Declaration
[JsonProperty("mediaType")]
public virtual string MediaType { get; set; }
Property Value
Implements