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 Dialogflow v3 API, specifically for the .NET environment, covering versions from 1.0.0 up to the latest version 2.23.0."],["The `GetTestCaseRequest` class is used to request a specific test case, as part of the `TestCases.GetTestCase` function within the Google Cloud Dialogflow CX v3 API."],["This `GetTestCaseRequest` class inherits from various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with the Google Protobuf library."],["The class has two constructors: a parameterless constructor, and one that takes another `GetTestCaseRequest` as a parameter, and includes properties such as `Name` and `TestCaseName` to identify the requested test case."],["The document details that the `Name` property is a required field that holds the resource name of the test case in the format `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/testCases/\u003cTestCase ID\u003e`."]]],[]]