# RealtimeConversationItemFunctionCallOutput
## Properties
**id** | Option<**String**> | The unique ID of the item. This may be provided by the client or generated by the server. | [optional]
**object** | Option<**String**> | Identifier for the API object being returned - always `realtime.item`. Optional when creating a new item. | [optional]
**r#type** | **String** | The type of the item. Always `function_call_output`. |
**status** | Option<**String**> | The status of the item. Has no effect on the conversation. | [optional]
**call_id** | **String** | The ID of the function call this output is for. |
**output** | **String** | The output of the function call, this is free text and can contain any information or simply be empty. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)