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 namespace."],["`GetTestCaseRequest` is used as the request message for retrieving a specific test case, as defined by the Dialogflow v3 API."],["The class implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, indicating its role in message handling and data management."],["It includes properties like `Name` and `TestCaseName` to identify the specific test case being requested, using the necessary format."],["The content provides a comprehensive list of versions for the `GetTestCaseRequest` class, ranging from version 1.0.0 up to the latest version, 2.23.0, and covers the documentation for version 2.16.0."]]],[]]