public sealed class GetTestCaseRequest : IMessage<GetTestCaseRequest>, IEquatable<GetTestCaseRequest>, IDeepCloneable<GetTestCaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class GetTestCaseRequest.
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 reference documentation for the `GetTestCaseRequest` class within the Google Cloud Dialogflow CX v3 API for .NET."],["The latest version of this class is 2.23.0, but the page includes links to documentation for versions ranging from 1.0.0 to 2.23.0."],["`GetTestCaseRequest` is a class used to request a specific test case and is the request message for the `TestCases.GetTestCase` method."],["The `GetTestCaseRequest` class has two main properties: `Name` (a string representing the resource name of the test case) and `TestCaseName` (a `TestCaseName`-typed view of the resource name)."],["The class implements multiple interfaces, like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]