<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@soulmachines/smwebsdk](./smwebsdk.md) &gt; [ConversationSendRequestBody](./smwebsdk.conversationsendrequestbody.md)

## ConversationSendRequestBody interface


**Signature:**

```typescript
export interface ConversationSendRequestBody extends PersonaRequestBody 
```
**Extends:** [PersonaRequestBody](./smwebsdk.personarequestbody.md)

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [optionalArgs?](./smwebsdk.conversationsendrequestbody.optionalargs.md) |  | Record&lt;string, unknown&gt; | _(Optional)_ |
|  [text](./smwebsdk.conversationsendrequestbody.text.md) |  | string |  |
|  [variables?](./smwebsdk.conversationsendrequestbody.variables.md) |  | VariablesModel | _(Optional)_ |

