public sealed class 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.
Implements
IMessage<Deployment.Types.Result>, IEquatable<Deployment.Types.Result>, IDeepCloneable<Deployment.Types.Result>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
Result()
public Result()
Result(Deployment.Types.Result)
public Result(Deployment.Types.Result other)
Parameter | |
---|---|
Name | Description |
other | Deployment.Types.Result |
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 |
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 | |
---|---|
Type | Description |
String |