listSpeechSynthesisTasks
inline suspend fun PollyClient.listSpeechSynthesisTasks(crossinline block: ListSpeechSynthesisTasksRequest.Builder.() -> Unit): ListSpeechSynthesisTasksResponse
Returns a list of SpeechSynthesisTask objects ordered by their creation date. This operation can filter the tasks by their status, for example, allowing users to list only tasks that are completed.