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 document provides reference documentation for the `GetTestCaseResultRequest` class within the Dialogflow v3 API for .NET, specifically version 2.10.0."],["The `GetTestCaseResultRequest` class is used to request a specific test case result and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has properties such as `Name` (a string) and `TestCaseResultName`, which are used to identify the specific test case result being requested, and also comes with 2 constructors."],["The document lists various versions of the API, from 1.0.0 up to the latest 2.23.0, allowing developers to access documentation for their specific version."],["The class inherits from `object` and has inherited members such as `GetHashCode()`, `GetType()` and `ToString()`."]]],[]]