Assistant Message
open class AssistantMessage constructor(content: String, val name: String? = null, val awaitable: Awaitable<*, *>? = null, val timestamp: Instant = Instant.now()) : Message
Message sent by the assistant - currently text-only
Parameters
content
Content of the message
name
Name of the assistant, if available
awaitable
Awaitable associated with this message, if any Enables forms to be put in front of users