Class: Google::Cloud::Dialogflow::CX::V3::ImportTestCasesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ImportTestCasesResponse
- 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.ImportTestCases.
Instance Attribute Summary collapse
-
#names ⇒ ::Array<::String>
The unique identifiers of the new test cases.
Instance Attribute Details
#names ⇒ ::Array<::String>
Returns The unique identifiers of the new test cases.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>
.
623 624 625 626 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 623 class ImportTestCasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |