Class: Google::Cloud::Dialogflow::CX::V3::CreateTestCaseRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::CreateTestCaseRequest
- 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.CreateTestCase.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#test_case ⇒ ::Google::Cloud::Dialogflow::CX::V3::TestCase
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The agent to create the test case for.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>
.
466 467 468 469 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 466 class CreateTestCaseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#test_case ⇒ ::Google::Cloud::Dialogflow::CX::V3::TestCase
Returns Required. The test case to create.
466 467 468 469 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 466 class CreateTestCaseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |