List Voices Request
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)(source)
Filters and pagination controls for VoicesApi.list.
Constructors
Properties
Link copied to clipboard
Whether VoicePage.totalCount should be populated.
Link copied to clipboard
Opaque token returned by the previous VoicePage.