Class: Google::Cloud::Dialogflow::CX::V3::ImportTestCasesRequest

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 request message for TestCases.ImportTestCases.

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.



629
630
631
632
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 629

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

#gcs_uri::String

Returns The Google Cloud Storage URI to import test cases from. The format of this URI must be gs://<bucket-name>/<object-name>.

Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control.

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 Google Cloud Storage URI to import test cases from. The format of this URI must be gs://<bucket-name>/<object-name>.

    Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control.

    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.



629
630
631
632
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 629

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

#parent::String

Returns Required. The agent to import test cases to. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

Returns:

  • (::String)

    Required. The agent to import test cases to. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.



629
630
631
632
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 629

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