Class: Google::Cloud::Dialogflow::CX::V3::InlineSource
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::InlineSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/inline.rb
Overview
Inline source for a Dialogflow operation that reads or imports objects (e.g. intents) into Dialogflow.
Instance Attribute Summary collapse
-
#content ⇒ ::String
The uncompressed byte content for the objects.
Instance Attribute Details
#content ⇒ ::String
Returns The uncompressed byte content for the objects.
41 42 43 44 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/inline.rb', line 41 class InlineSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |