# RealtimeConversationItemMessageSystem
## 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 `message`. |
**status** | Option<**String**> | The status of the item. Has no effect on the conversation. | [optional]
**role** | **String** | The role of the message sender. Always `system`. |
**content** | [**Vec<models::RealtimeConversationItemMessageSystemContentInner>**](RealtimeConversationItemMessageSystem_content_inner.md) | The content of the message. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)