write
write(message: string
): void
Writes a specified message to the session logger. Logs are stored in the call history.
Parameters
message:
string
Message to write. Maximum length is 15000 characters
Returns
type:
void
write(message: string
): void
Writes a specified message to the session logger. Logs are stored in the call history.
string
Message to write. Maximum length is 15000 characters
void