<!-- 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)

## StateResponseBody interface


**Signature:**

```typescript
export interface StateResponseBody 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [configuration?](./smwebsdk.stateresponsebody.configuration.md) |  | ConfigurationModel | _(Optional)_ |
|  [persona?](./smwebsdk.stateresponsebody.persona.md) |  | { \[index: string\]: { conversationProvider?: string; lastPreset?: string; users?: Record&lt;string, unknown&gt;\[\]; speechState?: SpeechState; currentSpeech?: string; currentSpeechEML?: string; currentSpeechContext?: string; \[index: string\]: any; }; } | _(Optional)_ |
|  [recognizing?](./smwebsdk.stateresponsebody.recognizing.md) |  | boolean | _(Optional)_ |
|  [scene?](./smwebsdk.stateresponsebody.scene.md) |  | { featureFlags?: FeatureFlag\[\]; runtime?: string; runtimeBuild?: string; sceneId?: string; sdkVersion?: string; \[key: string\]: unknown; } | _(Optional)_ |
|  [session?](./smwebsdk.stateresponsebody.session.md) |  | { sessionId: string; state: string; userInfo?: string; } | _(Optional)_ |

