Skip to main content

smwebsdk.stateresponsebody.persona

Home > @soulmachines/smwebsdk > StateResponseBody > persona

StateResponseBody.persona property

Signature:

persona?: {
[index: string]: {
conversationProvider?: string;
lastPreset?: string;
users?: Record<string, unknown>[];
speechState?: SpeechState;
currentSpeech?: string;
currentSpeechEML?: string;
currentSpeechContext?: string;
[index: string]: any;
};
};