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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>/results/<TestCaseResultID>.
[[["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-04-09 UTC."],[[["The `GetTestCaseResultRequest` class is used to request the results of a specific test case in the Dialogflow v3 API."],["This document provides reference documentation for the `GetTestCaseResultRequest` class across numerous versions, including the latest version 2.23.0, and version 2.22.0 all the way down to 1.0.0, and provides the documentation for each in the same location."],["`GetTestCaseResultRequest` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `Name` property of `GetTestCaseResultRequest` specifies the resource name of the test case result in the format `projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/testCases/\u003cTestCaseID\u003e/results/\u003cTestCaseResultID\u003e`."],["The `TestCaseResultName` is a property within `GetTestCaseResultRequest` that provides a strongly-typed view over the resource name."]]],[]]