Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::Conversation::TelephonyConnectionInfo (v1.8.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::Conversation::TelephonyConnectionInfo.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dialed_number

def dialed_number() -> ::String
Returns
  • (::String) — Output only. The number dialed to connect this call in E.164 format.

#extra_mime_contents

def extra_mime_contents() -> ::Array<::Google::Cloud::Dialogflow::V2::Conversation::TelephonyConnectionInfo::MimeContent>
Returns

#sdp

def sdp() -> ::String
Returns
  • (::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.

#sdp=

def sdp=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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

def sip_headers() -> ::Array<::Google::Cloud::Dialogflow::V2::Conversation::TelephonyConnectionInfo::SipHeader>
Returns