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."],[[["This page provides documentation for the `GetTestCaseResultRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, which is used for retrieving test case results in the Dialogflow CX v3 API."],["The `GetTestCaseResultRequest` class is part of the Google Cloud Dialogflow CX v3 API and is designed to request specific test case results, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers the class's properties, including `Name` (a string representing the test case result resource name) and `TestCaseResultName` (a strongly-typed view of the resource name)."],["It outlines the constructors for `GetTestCaseResultRequest`, including a default constructor and one that copies from another `GetTestCaseResultRequest` instance, along with a detailed description of the `other` parameter in the copy constructor."],["The page also lists historical versions of the Dialogflow CX v3 API, showing that version 2.23.0 is the latest and that it goes down to version 1.0.0, offering a guide on the different version capabilities."]]],[]]