Skip to main content

add_user_message

Method
This is a method of the Session class in the session module.
Add a user message

Signature

def add_user_message(&mut self, content: impl Into<String>) -> Result<()>

Parameters

content
impl Into<String>
required
No description available.

Returns

Returns
Result<()>
The result of the operation.