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-04-09 UTC."],[[["This page provides documentation for the `GetTestCaseRequest` class within the Google Cloud Dialogflow CX V3 API, specifically for version 2.21.0."],["`GetTestCaseRequest` is used to fetch a specific test case, as indicated by the documentation of the \\[TestCases.GetTestCase\\]\\[google.cloud.dialogflow.cx.v3.TestCases.GetTestCase\\] method."],["The `GetTestCaseRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `GetTestCaseRequest` class include `Name` (a string) and `TestCaseName` (a `TestCaseName` type), used to specify the test case to be retrieved."],["The page lists documentation for 36 versions of the `GetTestCaseRequest` class, ranging from the latest version 2.23.0 down to version 1.0.0."]]],[]]