public sealed class Deployment.Types.Result : IMessage<Deployment.Types.Result>, IEquatable<Deployment.Types.Result>, IDeepCloneable<Deployment.Types.Result>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class Deployment.Types.Result.
Result of the deployment.
Implements
IMessageDeploymentTypesResult, IEquatableDeploymentTypesResult, IDeepCloneableDeploymentTypesResult, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DialogflowGoogle.Cloud.Dialogflow.CxV3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
Result()
public Result()Result(Result)
public Result(Deployment.Types.Result other)| Parameter | |
|---|---|
| Name | Description |
other |
DeploymentTypesResult |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|