ConversationListQueryParams

data class ConversationListQueryParams(val aiAgentId: String? = null, val status: ConversationStatus? = null, val reverse: Boolean = false, val order: ConversationOrder = ConversationOrder.UPDATED_AT)

The parameters for getting the list of conversations.

Since

4.26.0

Constructors

Link copied to clipboard
constructor(aiAgentId: String? = null, status: ConversationStatus? = null, reverse: Boolean = false, order: ConversationOrder = ConversationOrder.UPDATED_AT)

Properties

Link copied to clipboard
val aiAgentId: String? = null

The ID of the ai-agent.

Link copied to clipboard

The order of the conversation.

Link copied to clipboard
val reverse: Boolean = false

The ID of the user. true: Descending order. false: Ascending order.

Link copied to clipboard

The status of the conversation.