Class GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo
Inheritance
GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo : 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<GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent> ExtraMimeContents { get; set; }
Property Value
Sdp
Declaration
[JsonProperty("sdp")]
public virtual string Sdp { get; set; }
Property Value
Declaration
[JsonProperty("sipHeaders")]
public virtual IList<GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoSipHeader> SipHeaders { get; set; }
Property Value
Implements