proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb in google-cloud-dialogflow-cx-v3-0.20.0 vs proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb in google-cloud-dialogflow-cx-v3-0.21.0
- old
+ new
@@ -79,10 +79,14 @@
# 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.
+ # @!attribute [rw] knowledge_info_card
+ # @return [::Google::Cloud::Dialogflow::CX::V3::ResponseMessage::KnowledgeInfoCard]
+ # Represents info card for knowledge answers, to be better rendered in
+ # Dialogflow Messenger.
# @!attribute [rw] response_type
# @return [::Google::Cloud::Dialogflow::CX::V3::ResponseMessage::ResponseType]
# Response type.
# @!attribute [rw] channel
# @return [::String]
@@ -236,9 +240,19 @@
# @!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
+
+ # Represents info card response. If the response contains generative
+ # knowledge prediction, Dialogflow will return a payload with Infobot
+ # Messenger compatible info card.
+ #
+ # Otherwise, the info card response is skipped.
+ class KnowledgeInfoCard
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
# Represents different response types.