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 Google Cloud Dialogflow CX V3 API."],["The latest version of the `UpdateTestCaseRequest` class is 2.23.0, with several older versions also listed."],["The `UpdateTestCaseRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it adheres to specific protocol buffer standards."],["It contains two main properties: `TestCase`, representing the test case to be updated, and `UpdateMask`, specifying which fields of the test case should be modified."],["You can find the documentation of this class within the `Google.Cloud.Dialogflow.Cx.V3` namespace and within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]