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.

Note: The following fields are mutually exclusive: intents_content, intents_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dialogflow::CX::V3::InlineDestination)

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

    Note: The following fields are mutually exclusive: intents_content, intents_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.



487
488
489
490
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 487

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.

Note: The following fields are mutually exclusive: intents_uri, intents_content. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::String)

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

    Note: The following fields are mutually exclusive: intents_uri, intents_content. If a field in that set is populated, all other fields in the set will automatically be cleared.



487
488
489
490
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 487

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