# Prompt ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | A unique id for this prompt. | **sent_at** | **f32** | The unix timestamp when this prompt was sent. | **is_expired** | **bool** | Whether the prompt can still be answered. | **request** | [***::models::CreatePromptRequest**](CreatePromptRequest.md) | | **answer** | [***::models::PromptAnswer**](PromptAnswer.md) | | [optional] **metadata** | [***::models::PromptMetadata**](PromptMetadata.md) | | [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)