Represents a Modal response body.
A response is determined to be a Modal when the status code is in the 200-299 range, and the X-DF-Response-Type: modal header is provided.
When this response is received, the client opens the provided modal as if it was included as a ModalBehavior on the Step being presented.
| Property | Type | Required | Description |
|---|---|---|---|
content | Array<Layout> | Yes | The layout components to appear inside the modal when presented |
title | String | No | A user-facing title for the modal content block |