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 page provides documentation for the `GetTestCaseRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for .NET development."],["The `GetTestCaseRequest` class is used to define a request to retrieve a specific test case, as part of the `TestCases.GetTestCase` method."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating various operations like message handling, equality checks, deep cloning, and buffer message handling."],["The documentation lists all available versions of the `GetTestCaseRequest`, ranging from version 2.23.0 down to 1.0.0."],["The properties for the `GetTestCaseRequest` class include a `Name` property (string) to specify the test case's name and a `TestCaseName` property to provide a typed view of the `Name`."]]],[]]