ComputerCallSafetyCheckParam interface
A pending safety check for the computer call.
Properties
| code | The code representing the safety check result. |
| id | The ID of the pending safety check. |
| message | A human-readable message providing additional details about the safety check. |
Property Details
code
The code representing the safety check result.
code?: string
Property Value
string
id
The ID of the pending safety check.
id: string
Property Value
string
message
A human-readable message providing additional details about the safety check.
message?: string
Property Value
string