Class: Google::Cloud::Dialogflow::V2::ConversationPhoneNumber
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ConversationPhoneNumber
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation.rb
Overview
Represents a phone number for telephony integration. It allows for connecting a particular conversation over telephony.
Instance Attribute Summary collapse
-
#phone_number ⇒ ::String
readonly
Output only.
Instance Attribute Details
#phone_number ⇒ ::String (readonly)
Returns Output only. The phone number to connect to this conversation.
247 248 249 250 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 247 class ConversationPhoneNumber include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |