public sealed class Conversation.Types.TelephonyConnectionInfo : IMessage<Conversation.Types.TelephonyConnectionInfo>, IEquatable<Conversation.Types.TelephonyConnectionInfo>, IDeepCloneable<Conversation.Types.TelephonyConnectionInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class Conversation.Types.TelephonyConnectionInfo.
The information about phone calls connected via phone gateway to the conversation.
Implements
IMessageConversationTypesTelephonyConnectionInfo, IEquatableConversationTypesTelephonyConnectionInfo, IDeepCloneableConversationTypesTelephonyConnectionInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
TelephonyConnectionInfo()
public TelephonyConnectionInfo()
TelephonyConnectionInfo(TelephonyConnectionInfo)
public TelephonyConnectionInfo(Conversation.Types.TelephonyConnectionInfo other)
Parameter | |
---|---|
Name | Description |
other |
ConversationTypesTelephonyConnectionInfo |
Properties
DialedNumber
public string DialedNumber { get; set; }
Output only. The number dialed to connect this call in E.164 format.
Property Value | |
---|---|
Type | Description |
string |
ExtraMimeContents
public RepeatedField<Conversation.Types.TelephonyConnectionInfo.Types.MimeContent> ExtraMimeContents { get; }
Output only. The mime content from the initial SIP INVITE.
Property Value | |
---|---|
Type | Description |
RepeatedFieldConversationTypesTelephonyConnectionInfoTypesMimeContent |
Sdp
public string Sdp { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
SipHeaders
public RepeatedField<Conversation.Types.TelephonyConnectionInfo.Types.SipHeader> SipHeaders { get; }
Output only. The SIP headers from the initial SIP INVITE.
Property Value | |
---|---|
Type | Description |
RepeatedFieldConversationTypesTelephonyConnectionInfoTypesSipHeader |