public sealed class BatchRunTestCasesMetadata : IMessage<BatchRunTestCasesMetadata>, IEquatable<BatchRunTestCasesMetadata>, IDeepCloneable<BatchRunTestCasesMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class BatchRunTestCasesMetadata.
Metadata returned for the [TestCases.BatchRunTestCases][google.cloud.dialogflow.cx.v3.TestCases.BatchRunTestCases] long running operation.
Implements
IMessageBatchRunTestCasesMetadata, IEquatableBatchRunTestCasesMetadata, IDeepCloneableBatchRunTestCasesMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
BatchRunTestCasesMetadata()
public BatchRunTestCasesMetadata()
BatchRunTestCasesMetadata(BatchRunTestCasesMetadata)
public BatchRunTestCasesMetadata(BatchRunTestCasesMetadata other)
Parameter | |
---|---|
Name | Description |
other | BatchRunTestCasesMetadata |
Properties
Errors
public RepeatedField<TestError> Errors { get; }
The test errors.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTestError |