<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@soulmachines/smwebsdk](./smwebsdk.md) &gt; [Persona](./smwebsdk.persona.md) &gt; [conversationGetVariables](./smwebsdk.persona.conversationgetvariables.md)

## Persona.conversationGetVariables() method

Get variables will return the current conversation variable values in the promise completion. Completion/promise receives an object with member 'variables'.

**Signature:**

```typescript
conversationGetVariables(): Promise<any>;
```
**Returns:**

Promise&lt;any&gt;

