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."],[[["The `GetTestCaseResultRequest` class is a request message used for retrieving test case results in the Dialogflow CX API, specifically through `TestCases.GetTestCaseResult`."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to interact within the Google Protocol Buffers framework."],["It has a `Name` property, which is required and contains the full resource path of the test case result, and a `TestCaseResultName` property that provides a typed view over the name property."],["The `GetTestCaseResultRequest` is available in numerous versions, with version 2.23.0 being the most current as indicated by the (latest) tag, and each version having its own associated documentation."],["There are two constructors available for the class that allow creating a default object, or one based off another instance."]]],[]]