openai-client-base 0.12.0

Auto-generated Rust client for the OpenAI API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# RealtimeServerEventResponseAudioDone

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**event_id** | **String** | The unique ID of the server event. | 
**r#type** | **String** | The event type, must be `response.output_audio.done`. | 
**response_id** | **String** | The ID of the response. | 
**item_id** | **String** | The ID of the item. | 
**output_index** | **i32** | The index of the output item in the response. | 
**content_index** | **i32** | The index of the content part in the item's content array. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)