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, which is used to request a specific test case within Google Cloud Dialogflow CX."],["The latest version of this class is 2.23.0, but the page lists all versions from 1.0.0 to the latest, for the user to choose."],["`GetTestCaseRequest` is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a parameterless constructor and one that takes another `GetTestCaseRequest` object, allowing users to clone."],["The `GetTestCaseRequest` class has two properties: `Name`, a string representing the test case's resource name, and `TestCaseName`, a typed view of the resource name, to facilitate navigation and management."]]],[]]