Class: Google::Cloud::Dialogflow::CX::V3::InlineDestination
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::InlineDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/inline.rb
Overview
Inline destination for a Dialogflow operation that writes or exports objects (e.g. intents) outside of Dialogflow.
Instance Attribute Summary collapse
-
#content ⇒ ::String
readonly
Output only.
Instance Attribute Details
#content ⇒ ::String (readonly)
Returns Output only. The uncompressed byte content for the objects. Only populated in responses.
31 32 33 34 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/inline.rb', line 31 class InlineDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |