ServerEventWarning interface

Returned when a warning occurs that does not interrupt the conversation flow. Warnings are informational and the session will continue normally.

Extends

Properties

type

The event type, must be warning.

warning

Details of the warning.

Inherited Properties

eventId

Property Details

type

The event type, must be warning.

type: "warning"

Property Value

"warning"

warning

Details of the warning.

warning: ServerEventWarningDetails

Property Value

Inherited Property Details

eventId

eventId?: string

Property Value

string

Inherited From ServerEvent.eventId