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 covers various versions of the `GetTestCaseRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, ranging from version 1.0.0 to the latest version, 2.23.0."],["`GetTestCaseRequest` is a request message used for `TestCases.GetTestCase` in the Dialogflow CX V3 API, facilitating the retrieval of a specific test case."],["The `GetTestCaseRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The `GetTestCaseRequest` class has two constructors: one default and one that takes another `GetTestCaseRequest` object as a parameter."],["The class includes two properties, `Name` which is a string type that is the required name of the testcase, and `TestCaseName`, which is a typed view over the `Name` property."]]],[]]