Class: Google::Cloud::Dialogflow::CX::V3::ResponseMessage::TelephonyTransferCall

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb

Overview

Represents the signal that telles the client to transfer the phone call connected to the agent to a third-party endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#phone_number::String

Returns Transfer the call to a phone number in E.164 format.

Returns:

  • (::String)

    Transfer the call to a phone number in E.164 format.



245
246
247
248
# File 'proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb', line 245

class TelephonyTransferCall
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end