Sha256: e62e6815d96683eba92fa82de85b5930f4257bbee759c473be42521559a06312

Contents?: true

Size: 1007 Bytes

Versions: 3

Compression:

Stored size: 1007 Bytes

Contents

# ApproveAPISwagger::CreatePromptRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user** | **String** | The user to send the approval request to. Can be either an email address or a phone number. | 
**body** | **String** | The body of the approval request to show the user. | 
**title** | **String** | The title of an approval request. Defaults to an empty string. | [optional] 
**approve_text** | **String** | The approve action text. Defaults to 'Approve'. | [optional] 
**reject_text** | **String** | The reject action text. Defaults to 'Reject'. | [optional] 
**long_poll** | **BOOLEAN** | If true, the request waits (long-polls) until the user responds to the prompt or more than 10 minutes pass. Defaults to false. | [optional] 
**expires_in** | **Float** | The number of seconds until this request can no longer be answered. | [optional] 
**metadata** | [**PromptMetadata**](PromptMetadata.md) |  | [optional] 


Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
approveapi-1.0.8 vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/docs/CreatePromptRequest.md
approveapi-1.0.5 vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/docs/CreatePromptRequest.md
approveapi_swagger-1.0.1 docs/CreatePromptRequest.md