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 webpage provides reference documentation for the `GetTestCaseResultRequest` class within the Google Cloud Dialogflow CX V3 API."],["The `GetTestCaseResultRequest` class is used to retrieve the results of a specific test case, as part of the `TestCases.GetTestCaseResult` functionality."],["The latest available version of the Dialogflow CX V3 API documentation on this webpage is 2.23.0, while many prior versions dating back to 1.0.0 are also available to view."],["The `GetTestCaseResultRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and one that accepts another `GetTestCaseResultRequest` as a parameter, and it has two properties, `Name` and `TestCaseResultName`, to use for retrieving a specific test case result."]]],[]]