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 page provides documentation for the `UpdateTestCaseRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for updating test cases in Dialogflow CX."],["The latest version documented is 2.23.0, with a comprehensive list of previous versions ranging from 2.22.0 down to 1.0.0."],["The `UpdateTestCaseRequest` class, as the request message, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class includes two constructors, one default and another that accepts an `UpdateTestCaseRequest` object for copying, it also has properties such as `TestCase`, which is required to update a test case, and `UpdateMask`, which is also required and specifies which fields should be modified."],["The `creationTime` and `lastTestResult` fields within the test case cannot be updated using this function."]]],[]]