Package-level declarations
Types
Link copied to clipboard
data class ListVoicesRequest(val pageSize: Int = 10, val nextPageToken: String? = null, val search: String? = null, val voiceType: String? = null, val category: String? = null, val includeTotalCount: Boolean = false)
Filters and pagination controls for VoicesApi.list.