Class GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo
Inheritance
GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo : IDirectResponseSchema
Properties
DialedNumber
Declaration
[JsonProperty("dialedNumber")]
public virtual string DialedNumber { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("extraMimeContents")]
public virtual IList<GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent> ExtraMimeContents { get; set; }
Property Value
Sdp
Declaration
[JsonProperty("sdp")]
public virtual string Sdp { get; set; }
Property Value
Declaration
[JsonProperty("sipHeaders")]
public virtual IList<GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoSipHeader> SipHeaders { get; set; }
Property Value
Implements