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 document provides reference documentation for the `GetTestCaseRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET."],["The `GetTestCaseRequest` class is used as the request message for the `TestCases.GetTestCase` method in the Dialogflow v3 API."],["It includes a history of versions, ranging from 2.23.0 (latest) down to 1.0.0, with links to the corresponding documentation for each version."],["The `GetTestCaseRequest` class inherits from Object and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetTestCaseRequest` class has properties such as `Name` which is the name of the test case in the format of `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/testCases/\u003cTestCase ID\u003e`, and `TestCaseName` which provides a `TestCaseName`-typed view over the name resource property."]]],[]]