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 provides documentation for the `GetTestCaseRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for requesting test case data in Dialogflow CX."],["The documentation lists available versions of the `GetTestCaseRequest`, ranging from version 2.23.0 (latest) down to 1.0.0, and provides links for each version to the associated documentation."],["`GetTestCaseRequest` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality comparisons, deep cloning, and buffered message operations."],["The `GetTestCaseRequest` class has two constructors, a default one and another that accepts another `GetTestCaseRequest` object as a parameter, and includes properties like `Name` and `TestCaseName` to identify the requested test case."],["The request message is used to retrieve test case details by providing the test case name in the proper format, which includes project ID, location ID, agent ID and test case ID."]]],[]]