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, ranging from version 1.0.0 to the latest 2.23.0."],["`GetTestCaseRequest` is a class used to retrieve a test case in the Dialogflow CX API, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetTestCaseRequest` has two constructors: a default one and one that takes another `GetTestCaseRequest` object as a parameter."],["The `GetTestCaseRequest` class includes properties such as `Name`, which represents the required name of the test case, and `TestCaseName`, a typed view of the `Name` property."],["This `GetTestCaseRequest` class inherits from `Object`, with members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]