public sealed class Result : IMessage<Deployment.Types.Result>, IEquatable<Deployment.Types.Result>, IDeepCloneable<Deployment.Types.Result>, IBufferMessage, IMessage
public RepeatedField<string> DeploymentTestResults { get; }
Results of test cases running before the deployment.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/testCases/<TestCase ID>/results/<TestCaseResult ID>.
The name of the experiment triggered by this deployment.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment ID>/experiments/<Experiment 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 content pertains to the `Result` class within the `Google.Cloud.Dialogflow.Cx.V3.Deployment.Types` namespace, which is part of the Google Cloud Dialogflow CX V3 .NET library."],["The `Result` class represents the outcome of a deployment and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page provides a version history with links for the `Result` class, spanning from version 2.23.0 (latest) down to 1.0.0."],["Key properties of the `Result` class include `DeploymentTestResults`, a `RepeatedField` of strings, and `Experiment`, which is a string representing the name of an experiment."],["The page also provides information on the constructors available within the Result class."]]],[]]