public sealed class GetTestCaseRequest : IMessage<GetTestCaseRequest>, IEquatable<GetTestCaseRequest>, IDeepCloneable<GetTestCaseRequest>, IBufferMessage, IMessage
The request message for [TestCases.GetTestCase][google.cloud.dialogflow.cx.v3.TestCases.GetTestCase].
[[["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 `GetTestCaseRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to retrieve test case information in Dialogflow CX."],["The page offers documentation for numerous versions of the `GetTestCaseRequest` class, with version 2.23.0 being the latest available, and it goes all the way back to version 1.0.0."],["The `GetTestCaseRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The `GetTestCaseRequest` class has two constructors: one default and one that takes another `GetTestCaseRequest` object as a parameter for copying."],["It includes two properties, `Name` (a string representing the resource name of the test case) and `TestCaseName` (a typed view over the `Name` resource), both necessary to perform the `GetTestCaseRequest`."]]],[]]