Class TelephonyConnectionInfo (2.39.0)

TelephonyConnectionInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The information about phone calls connected via phone gateway to the conversation.

Attributes

Name Description
dialed_number str
Output only. The number dialed to connect this call in E.164 format.
sdp str
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.
sip_headers MutableSequence[google.cloud.dialogflow_v2beta1.types.Conversation.TelephonyConnectionInfo.SipHeader]
Output only. The SIP headers from the initial SIP INVITE.
extra_mime_contents MutableSequence[google.cloud.dialogflow_v2beta1.types.Conversation.TelephonyConnectionInfo.MimeContent]
Output only. The mime content from the initial SIP INVITE.

Classes

MimeContent

MimeContent(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The mime content from the initial SIP INVITE.

SipHeader

SipHeader(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The SIP headers from the initial SIP INVITE.