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 provides documentation for the `GetTestCaseRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for .NET development."],["The `GetTestCaseRequest` class is used to send requests to the `TestCases.GetTestCase` method in the Dialogflow CX API and is a part of a library of versions ranging from 1.0.0 to 2.23.0."],["`GetTestCaseRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in handling messages within the Dialogflow CX framework."],["The class includes two constructors: a parameterless constructor and one that accepts another `GetTestCaseRequest` object as a parameter for copying, along with the properties `Name` and `TestCaseName` to define the specific test case being requested."],["The document lists the full inheritance hierarchy, inherited members from the base `Object` class, and detailed property information for interacting with the `GetTestCaseRequest` object."]]],[]]