Skip to main content

text

Method
This is a method of the GatewayMessage class in the gateway module.
Create a text message.

Signature

def text(
        text: impl Into<String>,
        sender_id: impl Into<String>,
        session_id: impl Into<String>,
    ) -> Self

Parameters

text
impl Into<String>
required
No description available.
sender_id
impl Into<String>
required
No description available.
session_id
impl Into<String>
required
No description available.

Returns

Returns
Self
The result of the operation.