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."],[[["The webpage provides documentation for the `UpdateTestCaseRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its use in updating test cases."],["The latest version documented is 2.23.0, and the page lists a history of versions, ranging from 2.23.0 down to 1.0.0, all relating to the `UpdateTestCaseRequest`."],["`UpdateTestCaseRequest` is a request message used for the `TestCases.UpdateTestCase` method and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateTestCaseRequest` class has properties for `TestCase` and `UpdateMask`, where `TestCase` specifies the test case to be updated and `UpdateMask` defines which fields should be modified."],["The documentation includes inherited members from `Object`, like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, detailing the classes lineage."]]],[]]