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 a test case in the Dialogflow CX V3 API, as part of version 1.2.0."],["The latest version for `UpdateTestCaseRequest` is 2.23.0, and the page provides links to various previous versions, ranging from 2.22.0 back down to 1.0.0."],["The `UpdateTestCaseRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a standard request type."],["This class has properties for `TestCase` which represents the test case to be updated and `UpdateMask` which defines which specific fields of the test case will be modified."],["There are two constructors available: one default constructor and another that accepts an existing `UpdateTestCaseRequest` object as a parameter."]]],[]]