public sealed class ImportEvaluationsResponse : IMessage<ImportEvaluationsResponse>, IEquatable<ImportEvaluationsResponse>, IDeepCloneable<ImportEvaluationsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class ImportEvaluationsResponse.
Response message for [EvaluationService.ImportEvaluations][google.cloud.ces.v1beta.EvaluationService.ImportEvaluations].
Implements
IMessageImportEvaluationsResponse, IEquatableImportEvaluationsResponse, IDeepCloneableImportEvaluationsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
ImportEvaluationsResponse()
public ImportEvaluationsResponse()ImportEvaluationsResponse(ImportEvaluationsResponse)
public ImportEvaluationsResponse(ImportEvaluationsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportEvaluationsResponse |
Properties
ErrorMessages
public RepeatedField<string> ErrorMessages { get; }Optional. A list of error messages associated with evaluations that failed to be imported.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Evaluations
public RepeatedField<Evaluation> Evaluations { get; }The list of evaluations that were imported into the app.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldEvaluation |
|
ImportFailureCount
public int ImportFailureCount { get; set; }The number of evaluations that were not imported due to errors.
| Property Value | |
|---|---|
| Type | Description |
int |
|