Class: Google::Cloud::Dialogflow::CX::V3::ExportIntentsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/intent.rb

Overview

The response message for Intents.ExportIntents.

Instance Attribute Summary collapse

Instance Attribute Details

#intents_content::Google::Cloud::Dialogflow::CX::V3::InlineDestination

Returns Uncompressed byte content for intents. This field is populated only if intents_content_inline is set to true in ExportIntentsRequest.

Returns:



475
476
477
478
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 475

class ExportIntentsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#intents_uri::String

Returns The URI to a file containing the exported intents. This field is populated only if intents_uri is specified in ExportIntentsRequest.

Returns:

  • (::String)

    The URI to a file containing the exported intents. This field is populated only if intents_uri is specified in ExportIntentsRequest.



475
476
477
478
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 475

class ExportIntentsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end