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 content focuses on the `GetTestCaseRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, which is used to request a test case."],["This webpage documents the `GetTestCaseRequest` class, providing details on its constructors, properties, and the interfaces it implements."],["A list of available versions, ranging from 1.0.0 to 2.23.0, are available, with 2.23.0 being the latest version of the `GetTestCaseRequest`."],["The `GetTestCaseRequest` class can be constructed using a parameterless constructor or by passing another `GetTestCaseRequest` instance."],["It contains two properties: `Name`, a string representing the test case's resource name, and `TestCaseName`, a typed view over the `Name` property."]]],[]]