GetConversationsResponse type

Warning

This API is now deprecated.

This will be removed by end of summer 2026.

type GetConversationsResponse = {
  continuationToken: string
  conversations: Conversation[]
}