Class GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent
Inheritance
GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent : 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