public sealed class UpdateTestCaseRequest : IMessage<UpdateTestCaseRequest>, IEquatable<UpdateTestCaseRequest>, IDeepCloneable<UpdateTestCaseRequest>, IBufferMessage, IMessage
The request message for [TestCases.UpdateTestCase][google.cloud.dialogflow.cx.v3.TestCases.UpdateTestCase].
Required. The mask to specify which fields should be updated. The
[creationTime][google.cloud.dialogflow.cx.v3.TestCase.creation_time] and
[lastTestResult][google.cloud.dialogflow.cx.v3.TestCase.last_test_result] cannot be updated.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `UpdateTestCaseRequest` class, which is used to update test cases within the Google Cloud Dialogflow CX V3 service."],["The latest version of the documentation available is 2.23.0, while the page itself is currently on version 1.9.0, and it also contains links for prior versions, ranging from 2.22.0 all the way down to 1.0.0."],["`UpdateTestCaseRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The `UpdateTestCaseRequest` class has two constructors: one default and another that takes an `UpdateTestCaseRequest` object as a parameter, and it has two properties `TestCase` and `UpdateMask` allowing for targeted updates to specific fields."],["You can update specific fields of a test case using the `UpdateMask` property, excluding the `creationTime` and `lastTestResult` fields, which are not able to be modified."]]],[]]