AIAgentMessageTemplatesResult

data class AIAgentMessageTemplatesResult(val token: String?, val templates: List<MessageTemplate>)

Represents result of retrieving message templates.

Since

4.26.0

Constructors

Link copied to clipboard
constructor(token: String?, templates: List<MessageTemplate>)

Properties

Link copied to clipboard

The list of message templates.

Link copied to clipboard

The token to retrieve the next page.