smwebsdk.persona.conversationsend
Home > @soulmachines/smwebsdk > Persona > conversationSend
Persona.conversationSend() method
Send a chat message to conversation
Signature:
conversationSend(text: string, variables: VariablesModel, optionalArgs: Record<string, unknown>): Promise<any>;
Parameters
Parameter | Type | Description |
---|---|---|
text | string | Text to send to conversation |
variables | VariablesModel | Variables to send to the conversation provider |
optionalArgs | Record<string, unknown> | Optional arguments object (none currently supported) |
Returns:
Promise<any>