> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# params

> Parameters for the Amazon Bedrock that can customize the agent's behavior.

[amazon_bedrock]: /docs/swml/reference/calling/amazon-bedrock

Parameters for AI that can be passed in `amazon_bedrock.params` at the top level of the [`amazon_bedrock` Method][amazon_bedrock].

## **Properties**

An object that accepts the following properties.

Amount of time, in ms, to wait before prompting the user to respond. Allowed values: `0` (to disable) or `10,000`-`600,000`.

Amount of time, in ms, to wait before exiting the app due to inactivity. Allowed values: `0` (to disable) or `10,000`-`3,600,000`.

Specifies the maximum duration for the AI Agent to remain active before it exits the session. After the timeout, the AI will stop responding, and will proceed with the next SWML instruction.

**Time Format**
<ul><li>Seconds Format: `30s`</li><li>Minutes Format: `2m`</li><li>Hours Format: `1h`</li><li>Combined Format: `1h45m30s`</li></ul>

A final prompt that is fed into the AI when the `hard_stop_time` is reached.

URL of a video file to play when AI is talking. Only works for calls that support video.

URL of a video file to play when AI is idle. Only works for calls that support video.

URL of a video file to play when AI is listening to the user speak. Only works for calls that support video.