Class: Google::Cloud::Dialogflow::V2::Conversation::TelephonyConnectionInfo::MimeContent
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Conversation::TelephonyConnectionInfo::MimeContent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation.rb
Overview
The mime content from the initial SIP INVITE.
Instance Attribute Summary collapse
-
#content ⇒ ::String
Optional.
-
#mime_type ⇒ ::String
Optional.
Instance Attribute Details
#content ⇒ ::String
Returns Optional. The content payload.
118 119 120 121 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 118 class MimeContent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mime_type ⇒ ::String
Returns Optional. The mime type of the content.
118 119 120 121 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 118 class MimeContent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |