Dialogflow v3 API - Class Deployment.Types.Result (2.17.0)

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

Reference documentation and code samples for the Dialogflow v3 API class Deployment.Types.Result.

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(Result)

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

Properties

DeploymentTestResults

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

Property Value
TypeDescription
RepeatedFieldstring

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