public sealed class ContinuousTestResult : IMessage<ContinuousTestResult>, IEquatable<ContinuousTestResult>, IDeepCloneable<ContinuousTestResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ContinuousTestResult.
Represents a result from running a test case in an agent environment.
Implements
IMessage<ContinuousTestResult>, IEquatable<ContinuousTestResult>, IDeepCloneable<ContinuousTestResult>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ContinuousTestResult()
public ContinuousTestResult()
ContinuousTestResult(ContinuousTestResult)
public ContinuousTestResult(ContinuousTestResult other)
Parameter | |
---|---|
Name | Description |
other | ContinuousTestResult |
Properties
ContinuousTestResultName
public ContinuousTestResultName ContinuousTestResultName { get; set; }
ContinuousTestResultName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ContinuousTestResultName |
Name
public string Name { get; set; }
The resource name for the continuous test result. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment
ID>/continuousTestResults/<ContinuousTestResult ID>
.
Property Value | |
---|---|
Type | Description |
String |
Result
public ContinuousTestResult.Types.AggregatedTestResult Result { get; set; }
The result of this continuous test run, i.e. whether all the tests in this continuous test run pass or not.
Property Value | |
---|---|
Type | Description |
ContinuousTestResult.Types.AggregatedTestResult |
RunTime
public Timestamp RunTime { get; set; }
Time when the continuous testing run starts.
Property Value | |
---|---|
Type | Description |
Timestamp |
TestCaseResults
public RepeatedField<string> TestCaseResults { get; }
A list of individual test case results names in this continuous test run.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
TestCaseResultsAsTestCaseResultNames
public ResourceNameList<TestCaseResultName> TestCaseResultsAsTestCaseResultNames { get; }
TestCaseResultName-typed view over the TestCaseResults resource name property.
Property Value | |
---|---|
Type | Description |
ResourceNameList<TestCaseResultName> |