Assistant Message
open class AssistantMessage constructor(val content: String, val name: String? = null, val awaitable: Awaitable<*, *>? = null, val timestamp: Instant = Instant.now()) : Message, AssistantContent
Message sent by the assistant.
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