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 information for the `GetTestCaseRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for .NET developers."],["The `GetTestCaseRequest` class is used to retrieve a specific test case in the Dialogflow CX environment, by way of using it's request message for `TestCases.GetTestCase`."],["The class includes properties such as `Name` (a string representing the test case's resource name) and `TestCaseName` (a typed view of the resource name), as well as it has both a default constructor and a copy constructor."],["The documentation covers a range of versions for the API, from 1.0.0 to 2.23.0, with 2.23.0 being the latest version."],["The `GetTestCaseRequest` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, reflecting its role in the API's structure."]]],[]]