AIAgentMessageTemplateListParams

data class AIAgentMessageTemplateListParams @JvmOverloads constructor(val limit: Int = 10, val keys: List<String>? = null)

Parameters for retrieving message template list for AIAgent.

Since

4.26.0

Constructors

Link copied to clipboard
constructor(limit: Int = 10, keys: List<String>? = null)

Properties

Link copied to clipboard
val keys: List<String>? = null

The key filter to retrieve only selected templates with given keys. Set to null if don't want to use template key filter.

Link copied to clipboard
val limit: Int = 10

The maximum number of items per queried page. Defaults to 10.