public sealed class GetTestCaseResultRequest : IMessage<GetTestCaseResultRequest>, IEquatable<GetTestCaseResultRequest>, IDeepCloneable<GetTestCaseResultRequest>, IBufferMessage, IMessage
The request message for [TestCases.GetTestCaseResult][google.cloud.dialogflow.cx.v3.TestCases.GetTestCaseResult].
Required. The name of the testcase.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/testCases/<TestCase ID>/results/<TestCaseResult ID>.
[[["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 details the `GetTestCaseResultRequest` class, which is used to retrieve the results of a specific test case within the Google Cloud Dialogflow CX V3 API."],["The `GetTestCaseResultRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `GetTestCaseResultRequest` class has two constructors, a parameterless one and another that takes an existing `GetTestCaseResultRequest` object."],["The class contains two properties: `Name`, a string representing the test case's resource name, and `TestCaseResultName`, which provides a typed view over the `Name` property."],["The webpage lists a range of available versions for this class, starting from version 1.0.0 up to the latest 2.23.0, each linked to its corresponding documentation."]]],[]]