Class Deployment.Types.Result (1.5.0)

public sealed class Result : IMessage<Deployment.Types.Result>, IEquatable<Deployment.Types.Result>, IDeepCloneable<Deployment.Types.Result>, IBufferMessage, IMessage

Result of the deployment.

Inheritance

Object > Deployment.Types.Result

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

Result()

public Result()

Result(Deployment.Types.Result)

public Result(Deployment.Types.Result other)
Parameter
NameDescription
otherDeployment.Types.Result

Properties

DeploymentTestResults

public RepeatedField<string> DeploymentTestResults { get; }

Results of test cases running before the deployment. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>/testCases/&lt;TestCase ID>/results/&lt;TestCaseResult ID>.

Property Value
TypeDescription
RepeatedField<String>

Experiment

public string Experiment { get; set; }

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>.

Property Value
TypeDescription
String