Skip to main content

smwebsdk.persona.conversationsetvariables

Home > @soulmachines/smwebsdk > Persona > conversationSetVariables

Persona.conversationSetVariables() method

Set variables that will be applied on the next conversation request triggered by speech to text or a conversationSend()

Signature:

conversationSetVariables(variables: VariablesModel): Promise<any>;

Parameters

ParameterTypeDescription
variablesVariablesModelVariables to send to the conversation provider

Returns:

Promise<any>