<!-- 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)

## StartSpeakingOptionalArgs interface


**Signature:**

```typescript
export interface StartSpeakingOptionalArgs 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [canBeInterrupted?](./smwebsdk.startspeakingoptionalargs.canbeinterrupted.md) |  | boolean \| null | _(Optional)_ 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. |
|  [filterCommands?](./smwebsdk.startspeakingoptionalargs.filtercommands.md) |  | boolean | _(Optional)_ |

