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 used to request the results of a specific test case within the Dialogflow CX platform."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are crucial for its functionality within the Google Cloud ecosystem."],["The `GetTestCaseResultRequest` class contains two properties, `Name` (a string representing the resource name of the test case result) and `TestCaseResultName` (a typed view over the `Name` property), which are essential for identifying the specific test case result being requested."],["The content provided shows a comprehensive list of historical versions for the Dialogflow.Cx.V3 package, ranging from version 1.0.0 to 2.23.0, with 2.23.0 being the most current."],["The content is namespaced under `Google.Cloud.Dialogflow.Cx.V3` and belongs to the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly, indicating it's part of the Dialogflow CX client library for .NET."]]],[]]