ErrorEvent

public final class ErrorEvent

Types

Link copied to clipboard
public final class Builder

A builder for ErrorEvent.

Link copied to clipboard
public final class Error

Error message from an interaction.

Functions

Link copied to clipboard
public final Map<String, JsonValue> _additionalProperties()
Link copied to clipboard
public final JsonField<ErrorEvent.Error> _error()

Returns the raw JSON value of error.

Link copied to clipboard
public final JsonField<String> _eventId()

Returns the raw JSON value of eventId.

Link copied to clipboard
public final JsonValue _eventType()

Expected to always return the following:

Link copied to clipboard
public final static ErrorEvent.Builder builder()

Returns a mutable builder for constructing an instance of ErrorEvent.

Link copied to clipboard
public Boolean equals(Object other)
Link copied to clipboard

Error message from an interaction.

Link copied to clipboard
public final Optional<String> eventId()

The event_id token to be used to resume the interaction stream, from this event.

Link copied to clipboard
public Integer hashCode()
Link copied to clipboard
public final Boolean isValid()
Link copied to clipboard
Link copied to clipboard
public String toString()
Link copied to clipboard
public final ErrorEvent validate()