public sealed class UpdateTestCaseRequest : IMessage<UpdateTestCaseRequest>, IEquatable<UpdateTestCaseRequest>, IDeepCloneable<UpdateTestCaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class UpdateTestCaseRequest.
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 API, specifically for the .NET platform."],["The `UpdateTestCaseRequest` class is used to update test cases and is found in the `Google.Cloud.Dialogflow.Cx.V3` namespace, and it is contained within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The latest version available is 2.23.0, and this page also provides access to the documentations of previous versions of the UpdateTestCaseRequest class, including versions back to 1.0.0."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited members like `GetHashCode`, `GetType` and `ToString` from `object`."],["The class includes two properties: `TestCase`, which is the test case that needs updating, and `UpdateMask`, which specifies which fields in the test case should be updated, but excluding `creationTime` and `lastTestResult`."]]],[]]