Class GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo
The information about phone calls connected via phone gateway to the conversation.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo : IDirectResponseSchema
Properties
DialedNumber
Output only. The number dialed to connect this call in E.164 format.
Declaration
[JsonProperty("dialedNumber")]
public virtual string DialedNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExtraMimeContents
Output only. The mime content from the initial SIP INVITE.
Declaration
[JsonProperty("extraMimeContents")]
public virtual IList<GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent> ExtraMimeContents { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent> |
Sdp
Optional. SDP of the call. It's initially the SDP answer to the endpoint, but maybe later updated for the purpose of making the link active, etc.
Declaration
[JsonProperty("sdp")]
public virtual string Sdp { get; set; }
Property Value
Type | Description |
---|---|
string |
SipHeaders
Output only. The SIP headers from the initial SIP INVITE.
Declaration
[JsonProperty("sipHeaders")]
public virtual IList<GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoSipHeader> SipHeaders { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoSipHeader> |