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 webpage provides documentation for the `UpdateTestCaseRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for the .NET implementation."],["The `UpdateTestCaseRequest` class is used to update test cases via the `TestCases.UpdateTestCase` method, as outlined in the Dialogflow CX v3 API documentation."],["The page lists available versions of the Dialogflow CX v3 API, ranging from version 2.23.0 (latest) down to version 1.0.0, each linking to its respective documentation for `UpdateTestCaseRequest`."],["The `UpdateTestCaseRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The class has two constructors, `UpdateTestCaseRequest()` and `UpdateTestCaseRequest(UpdateTestCaseRequest other)`, and includes properties `TestCase` and `UpdateMask`, which are used to define the test case and the fields to be updated, respectively."]]],[]]