<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@soulmachines/smwebsdk](./smwebsdk.md) &gt; [StartSpeakingOptionalArgs](./smwebsdk.startspeakingoptionalargs.md) &gt; [canBeInterrupted](./smwebsdk.startspeakingoptionalargs.canbeinterrupted.md)

## StartSpeakingOptionalArgs.canBeInterrupted property

If not present or null then is assumed true, set to false to prevent this startSpeaking request from being cancelled by a subsequent startSpeaking request.

**Signature:**

```typescript
canBeInterrupted?: boolean | null;
```
