text
Method
This is a method of the BotResponse class in the protocols module.Create a simple text response
Signature
Parameters
No description available.
Returns
The result of the operation.
text: Create a simple text response
This is a method of the BotResponse class in the protocols module.Create a simple text response
def text(content: impl Into<String>) -> Self