Dialogflow v3 API - Class BatchRunTestCasesMetadata (2.17.0)

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.

Inheritance

object > BatchRunTestCasesMetadata

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

BatchRunTestCasesMetadata()

public BatchRunTestCasesMetadata()

BatchRunTestCasesMetadata(BatchRunTestCasesMetadata)

public BatchRunTestCasesMetadata(BatchRunTestCasesMetadata other)
Parameter
NameDescription
otherBatchRunTestCasesMetadata

Properties

Errors

public RepeatedField<TestError> Errors { get; }

The test errors.

Property Value
TypeDescription
RepeatedFieldTestError