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."],[[["The page documents the `GetTestCaseRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to retrieve a specific test case."],["This class is available in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly and is part of a collection of versions ranging from 1.0.0 to 2.23.0, with 2.23.0 being the latest."],["`GetTestCaseRequest` inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable\u003cGetTestCaseRequest\u003e`, `IDeepCloneable\u003cGetTestCaseRequest\u003e`, and `IBufferMessage`."],["The class has two constructors: a default constructor, and another that takes an existing `GetTestCaseRequest` object as a parameter to create a copy."],["It includes properties like `Name`, a string that defines the resource name of the requested test case, and `TestCaseName`, a typed view over the aforementioned `Name` property."]]],[]]