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 provides a comprehensive list of versions for `GetTestCaseRequest` within the `Google.Cloud.Dialogflow.Cx.V3` namespace, with version 2.23.0 being the latest release."],["`GetTestCaseRequest` is a class used to fetch information about a specific test case, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and one that accepts another `GetTestCaseRequest` object, enabling object creation and copying."],["The `GetTestCaseRequest` class contains properties like `Name` (a string) and `TestCaseName` (of type `TestCaseName`) used to identify and retrieve the test case, following a specified format."],["The content indicates that the `GetTestCaseRequest` class inherits from the base `Object` class, with additional members and implements additional interfaces from the .NET framework."]]],[]]