> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Polling Interval • Rust AI Agent SDK

> polling_interval: Set polling interval.

# polling\_interval

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**BotConfig**](../classes/BotConfig) class in the [**bots**](../modules/bots) module.

Set polling interval.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def polling_interval(mut self, seconds: u64) -> Self
```

## Parameters

<ParamField query="seconds" type="u64" required={true}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="Self">
  The result of the operation.
</ResponseField>
