VoiceAgentServerEventWarningDetails interface
Details of a non-fatal warning.
Properties
| code | A machine-readable code identifying the warning. |
| message | A human-readable description of the warning. |
| param | The parameter associated with the warning, when applicable. |
Property Details
code
A machine-readable code identifying the warning.
code?: string
Property Value
string
message
A human-readable description of the warning.
message: string
Property Value
string
param
The parameter associated with the warning, when applicable.
param?: string
Property Value
string