Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::UpdateTestCaseRequest.
The request message for TestCases.UpdateTestCase.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#test_case
def test_case() -> ::Google::Cloud::Dialogflow::CX::V3::TestCase
Returns
- (::Google::Cloud::Dialogflow::CX::V3::TestCase) — Required. The test case to update.
#test_case=
def test_case=(value) -> ::Google::Cloud::Dialogflow::CX::V3::TestCase
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::TestCase) — Required. The test case to update.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::TestCase) — Required. The test case to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::FieldMask) — Required. The mask to specify which fields should be updated. The
creationTime
andlastTestResult
cannot be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::FieldMask) — Required. The mask to specify which fields should be updated. The
creationTime
andlastTestResult
cannot be updated.
Returns
-
(::Google::Protobuf::FieldMask) — Required. The mask to specify which fields should be updated. The
creationTime
andlastTestResult
cannot be updated.