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