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 document outlines the `GetTestCaseResultRequest` class, which is used to retrieve the results of a specific test case within the Google Cloud Dialogflow CX environment."],["The document provides a list of available versions for this class, ranging from version 1.0.0 up to the latest version 2.23.0, with hyperlinks to their respective documentation."],["`GetTestCaseResultRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, cloning, and buffering."],["The class includes two constructors: a default constructor and one that takes another `GetTestCaseResultRequest` object as a parameter, enabling the creation of new objects and copies of existing ones."],["The `GetTestCaseResultRequest` class contains properties such as `Name` (a string) and `TestCaseResultName` (a typed resource name) to specify the target test case result."]]],[]]