Class EvaluationErrorInfo
Information about an error encountered during an evaluation execution.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationErrorInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorMessage
Output only. The error message.
Declaration
[JsonProperty("errorMessage")]
public virtual string ErrorMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorType
Output only. The type of error.
Declaration
[JsonProperty("errorType")]
public virtual string ErrorType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SessionId
Output only. The session ID for the conversation that caused the error.
Declaration
[JsonProperty("sessionId")]
public virtual string SessionId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |