proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb in google-cloud-dialogflow-cx-v3-0.3.1 vs proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb in google-cloud-dialogflow-cx-v3-0.4.0

- old
+ new

@@ -74,10 +74,14 @@ # Output only. An audio response message composed of both the synthesized Dialogflow # agent responses and responses defined via # {::Google::Cloud::Dialogflow::CX::V3::ResponseMessage#play_audio play_audio}. # This message is generated by Dialogflow only and not supposed to be # defined by the user. + # @!attribute [rw] telephony_transfer_call + # @return [::Google::Cloud::Dialogflow::CX::V3::ResponseMessage::TelephonyTransferCall] + # A signal that the client should transfer the phone call connected to + # this agent to a third-party endpoint. class ResponseMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The text response message. @@ -209,9 +213,20 @@ # request. class Segment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end + end + + # Represents the signal that telles the client to transfer the phone call + # connected to the agent to a third-party endpoint. + # @!attribute [rw] phone_number + # @return [::String] + # Transfer the call to a phone number + # in [E.164 format](https://en.wikipedia.org/wiki/E.164). + class TelephonyTransferCall + include ::Google::Protobuf::MessageExts + extend ::Google::Protobuf::MessageExts::ClassMethods end end end end end