windmill-api 1.692.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# FlowConversationMessage

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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 | 
**created_seq** | **i64** | Monotonic cursor assigned when the message is inserted | 
**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)