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