smwebsdk.stateresponsebody
Home > @soulmachines/smwebsdk > StateResponseBody
StateResponseBody interface
Signature:
export interface StateResponseBody
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
configuration? | ConfigurationModel | (Optional) | |
persona? | { [index: string]: { conversationProvider?: string; lastPreset?: string; users?: Record<string, unknown>[]; speechState?: SpeechState; currentSpeech?: string; currentSpeechEML?: string; currentSpeechContext?: string; [index: string]: any; }; } | (Optional) | |
recognizing? | boolean | (Optional) | |
scene? | { featureFlags?: FeatureFlag[]; runtime?: string; runtimeBuild?: string; sceneId?: string; sdkVersion?: string; [key: string]: unknown; } | (Optional) | |
session? | { sessionId: string; state: string; userInfo?: string; } | (Optional) |