# ChatCompletionRequestUserMessage
## Properties
**content** | [**models::ChatCompletionRequestUserMessageContent**](ChatCompletionRequestUserMessageContent.md) | |
**role** | **String** | The role of the messages author, in this case `user`. |
**name** | Option<**String**> | An optional name for the participant. Provides the model information to differentiate between participants of the same role. | [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)