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."],["The `GetTestCaseRequest` class is used to structure requests for retrieving a specific test case and is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The latest version documented is 2.23.0, with previous versions dating back to 1.0.0, allowing access to documentation for specific releases."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The primary properties of the `GetTestCaseRequest` class are `Name` (a string) and `TestCaseName` (a `TestCaseName` type), with `Name` being the required property for specifying the target test case."]]],[]]