Class: Google::Cloud::Dialogflow::CX::V3::ImportTestCasesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ImportTestCasesRequest
- 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
-
#content ⇒ ::String
Uncompressed raw byte content for test cases.
-
#gcs_uri ⇒ ::String
The Google Cloud Storage URI to import test cases from.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#content ⇒ ::String
Returns Uncompressed raw byte content for test cases.
614 615 616 617 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 614 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.
614 615 616 617 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 614 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/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
614 615 616 617 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 614 class ImportTestCasesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |