Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class TelephonyConnectionInfo.
The information about phone calls connected via phone gateway to the conversation.
Generated from protobuf message google.cloud.dialogflow.v2.Conversation.TelephonyConnectionInfo
Namespace
Google \ Cloud \ Dialogflow \ V2 \ ConversationMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dialed_number |
string
Output only. The number dialed to connect this call in E.164 format. |
↳ sdp |
string
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 |
array<TelephonyConnectionInfo\SipHeader>
Output only. The SIP headers from the initial SIP INVITE. |
↳ extra_mime_contents |
array<TelephonyConnectionInfo\MimeContent>
Output only. The mime content from the initial SIP INVITE. |
getDialedNumber
Output only. The number dialed to connect this call in E.164 format.
Returns | |
---|---|
Type | Description |
string |
setDialedNumber
Output only. The number dialed to connect this call in E.164 format.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSdp
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.
Returns | |
---|---|
Type | Description |
string |
setSdp
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSipHeaders
Output only. The SIP headers from the initial SIP INVITE.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSipHeaders
Output only. The SIP headers from the initial SIP INVITE.
Parameter | |
---|---|
Name | Description |
var |
array<TelephonyConnectionInfo\SipHeader>
|
Returns | |
---|---|
Type | Description |
$this |
getExtraMimeContents
Output only. The mime content from the initial SIP INVITE.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setExtraMimeContents
Output only. The mime content from the initial SIP INVITE.
Parameter | |
---|---|
Name | Description |
var |
array<TelephonyConnectionInfo\MimeContent>
|
Returns | |
---|---|
Type | Description |
$this |