VoiceAgentServerEventResponseAnimationBlendshapesDone interface
The response.animation_blendshapes.done server event.
- Extends
Properties
| event_id | The unique identifier of the server event. |
| item_id | The identifier of the output item associated with this event. |
| output_index | The index of the output item in the response. |
| response_id | The identifier of the response associated with this event. |
| type | The event type. Always |
Property Details
event_id
The unique identifier of the server event.
event_id: string
Property Value
string
item_id
The identifier of the output item associated with this event.
item_id: string
Property Value
string
output_index
The index of the output item in the response.
output_index: number
Property Value
number
response_id
The identifier of the response associated with this event.
response_id: string
Property Value
string
type
The event type. Always response.animation_blendshapes.done.
type: "response.animation_blendshapes.done"
Property Value
"response.animation_blendshapes.done"