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 page details the `GetTestCaseRequest` class, which is used to request a specific test case within Google Cloud Dialogflow CX."],["The `GetTestCaseRequest` class includes properties such as `Name`, to define the test case, and `TestCaseName`, a typed view over the name resource property."],["This page references multiple versions of the Google.Cloud.Dialogflow.Cx.V3 library, ranging from version 1.0.0 up to the latest, 2.23.0, showing their compatibility with the class."],["The `GetTestCaseRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, meaning it can preform actions such as deep cloning."]]],[]]