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 latest version of the `GetTestCaseResultRequest` is 2.23.0, while version 1.5.0 is also available."],["`GetTestCaseResultRequest` is a class used as a request message for the `TestCases.GetTestCaseResult` function within the Google Cloud Dialogflow CX API, and it has various versions available."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its role in data management and communication within the API."],["The `GetTestCaseResultRequest` class has two constructors and two properties: `Name`, which is a string, and `TestCaseResultName`, which provides a typed view of the name property, requiring a test case result identifier."],["The `Name` property in `GetTestCaseResultRequest` is required, and its format specifies the location and ID of the test case and its results within Google Cloud."]]],[]]