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.

Returns:

  • (::String)

    Uncompressed raw byte content for test cases.



611
612
613
614
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 611

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.

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.



611
612
613
614
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 611

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>.



611
612
613
614
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 611

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