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."],[[["The latest version of the Dialogflow v3 API for .NET is 2.23.0, with a full list of previous versions available, ranging from 2.22.0 down to 1.0.0."],["This page provides documentation for the `GetTestCaseResultRequest` class, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace within the Dialogflow v3 API."],["`GetTestCaseResultRequest` is used to request the results of a specific test case, supporting implementations like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `GetTestCaseResultRequest` class includes properties such as `Name`, a string that is required and represents the resource name, and `TestCaseResultName`, which provides a typed view of the resource name."]]],[]]