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 provides documentation for the `UpdateTestCaseRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its use in updating test cases."],["The `UpdateTestCaseRequest` class is used to send a request to update a test case through the `TestCases.UpdateTestCase` method."],["The latest version of `UpdateTestCaseRequest` is 2.23.0, with several previous versions ranging down to 1.0.0, all of which are accessible through links."],["`UpdateTestCaseRequest` contains two properties to help manage the update: `TestCase`, which specifies the test case being updated, and `UpdateMask`, which is a mask used to indicate which fields should be updated, with some restrictions such as not being able to update the creation time or last test result."],["The class implements multiple interfaces, including `IMessage\u003cUpdateTestCaseRequest\u003e`, `IEquatable\u003cUpdateTestCaseRequest\u003e`, `IDeepCloneable\u003cUpdateTestCaseRequest\u003e`, `IBufferMessage`, and `IMessage`, and is an inherited object."]]],[]]