VoiceAgentServerEventWarning interface
The warning server event.
- Extends
Properties
| event_id | The unique identifier of the server event. |
| type | The event type. Always |
| warning | Details of the non-fatal warning reported by the service. |
Property Details
event_id
The unique identifier of the server event.
event_id: string
Property Value
string
type
The event type. Always warning.
type: "warning"
Property Value
"warning"
warning
Details of the non-fatal warning reported by the service.
warning: VoiceAgentServerEventWarningDetails