Class: Google::Cloud::Dialogflow::CX::V3::ExportTestCasesResponse

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

Overview

The response message for TestCases.ExportTestCases.

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns Uncompressed raw byte content for test cases.

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

Returns:

  • (::String)

    Uncompressed raw byte content for test cases.

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



734
735
736
737
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 734

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

#gcs_uri::String

Returns The URI to a file containing the exported test cases. This field is populated only if gcs_uri is specified in ExportTestCasesRequest.

Note: The following fields are mutually exclusive: gcs_uri, 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 test cases. This field is populated only if gcs_uri is specified in ExportTestCasesRequest.

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



734
735
736
737
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 734

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