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, used for retrieving test cases in Dialogflow CX."],["The `GetTestCaseRequest` class is a request message for the `TestCases.GetTestCase` method, part of the Google Cloud Dialogflow CX API."],["The page lists various versions of the `GetTestCaseRequest` class, from the latest version 2.23.0 down to version 1.0.0."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and contains a constructor with two variations."],["The class includes properties like `Name`, which is required and represents the test case's resource name in a specific format, and `TestCaseName`, which is a typed view of the `Name` property."]]],[]]