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-04-09 UTC."],[[["This webpage provides reference documentation for the `UpdateTestCaseRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET."],["The `UpdateTestCaseRequest` class is used as a request message for updating test cases in the Dialogflow v3 API, with the latest version being 2.23.0, and it implements several interfaces."],["The available versions of the `UpdateTestCaseRequest` class, ranging from version 1.0.0 to 2.23.0, are all listed on the page with their respective links."],["The class has properties such as `TestCase` and `UpdateMask`, used to specify which test case to update and the fields to be modified, respectively, with some restrictions on certain properties."],["This documentation outlines the class's inheritance, implemented interfaces, constructors, and properties, offering a comprehensive guide to using `UpdateTestCaseRequest`."]]],[]]