Class: Google::Cloud::Dialogflow::CX::V3::InlineDestination

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#content::String (readonly)

Returns Output only. The uncompressed byte content for the objects. Only populated in responses.

Returns:

  • (::String)

    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