Class GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent
Inheritance
GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent : IDirectResponseSchema
Properties
Content
Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
MimeType
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Implements