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 within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to retrieve a specific test case in the Dialogflow CX API."],["The `GetTestCaseRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling, equality checks, deep cloning, and buffer management."],["The class includes two constructors, a default constructor and one that takes another `GetTestCaseRequest` object for copying, and it offers properties such as `Name` and `TestCaseName` to specify the test case to be retrieved."],["There is a long list of different versions of this class available, starting from `1.0.0` up to the latest version `2.23.0`."]]],[]]