public sealed class GetTestCaseResultRequest : IMessage<GetTestCaseResultRequest>, IEquatable<GetTestCaseResultRequest>, IDeepCloneable<GetTestCaseResultRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class GetTestCaseResultRequest.
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 page provides reference documentation for the `GetTestCaseResultRequest` class within the Dialogflow v3 API, specifically for the .NET library."],["The `GetTestCaseResultRequest` class is used to request the results of a test case, as part of the `TestCases.GetTestCaseResult` method."],["It's implemented as a sealed class that inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the available constructors, properties such as `Name` and `TestCaseResultName`, as well as inherited members from the base `object` class, and also provides access to numerous past versions of the API."],["The latest version documented is version 2.23.0, and the page also lists numerous prior versions all the way back to version 1.0.0, of this Dialogflow v3 API."]]],[]]