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 within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, used to request a specific test case result."],["The page offers a comprehensive list of versions for the `GetTestCaseResultRequest`, ranging from the latest version 2.23.0 down to version 1.0.0."],["The `GetTestCaseResultRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default constructor, and another that accepts a `GetTestCaseResultRequest` object as a parameter for creating a copy."],["The `GetTestCaseResultRequest` class has two properties, `Name`, which is a string representing the test case name and it's resource location, and `TestCaseResultName` which provides a typed view over the `Name` property."]]],[]]