# ApproveapiSwagger.Prompt

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | A unique id for this prompt. | 
**sent_at** | **Number** | The unix timestamp when this prompt was sent. | 
**is_expired** | **Boolean** | Whether the prompt can still be answered. | 
**request** | [**CreatePromptRequest**](CreatePromptRequest.md) |  | 
**answer** | [**PromptAnswer**](PromptAnswer.md) |  | [optional] 
**metadata** | [**PromptMetadata**](PromptMetadata.md) |  | [optional] 


