<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@soulmachines/smwebsdk](./smwebsdk.md) &gt; [StateResponseBody](./smwebsdk.stateresponsebody.md) &gt; [persona](./smwebsdk.stateresponsebody.persona.md)

## StateResponseBody.persona property

**Signature:**

```typescript
persona?: {
        [index: string]: {
            conversationProvider?: string;
            lastPreset?: string;
            users?: Record<string, unknown>[];
            speechState?: SpeechState;
            currentSpeech?: string;
            currentSpeechEML?: string;
            currentSpeechContext?: string;
            [index: string]: any;
        };
    };
```
