<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@soulmachines/smwebsdk](./smwebsdk.md) &gt; [StartSpeakingRequestBody](./smwebsdk.startspeakingrequestbody.md)

## StartSpeakingRequestBody interface


**Signature:**

```typescript
export interface StartSpeakingRequestBody extends PersonaRequestBody 
```
**Extends:** [PersonaRequestBody](./smwebsdk.personarequestbody.md)

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [context?](./smwebsdk.startspeakingrequestbody.context.md) |  | string | _(Optional)_ |
|  [optionalArgs?](./smwebsdk.startspeakingrequestbody.optionalargs.md) |  | [StartSpeakingOptionalArgs](./smwebsdk.startspeakingoptionalargs.md) \| null | _(Optional)_ |
|  [text](./smwebsdk.startspeakingrequestbody.text.md) |  | string |  |

