# FlowConversationMessage
## Properties
**id** | [**uuid::Uuid**](uuid::Uuid.md) | Unique identifier for the message |
**conversation_id** | [**uuid::Uuid**](uuid::Uuid.md) | The conversation this message belongs to |
**message_type** | **String** | Type of the message |
**content** | **String** | The message content |
**job_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | Associated job ID if this message came from a flow run | [optional]
**created_at** | **String** | When the message was created |
**step_name** | Option<**String**> | The step name that produced that message | [optional]
**success** | Option<**bool**> | Whether the message is a success | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)