updateVocabulary
inline suspend fun TranscribeClient.updateVocabulary(crossinline block: UpdateVocabularyRequest.Builder.() -> Unit): UpdateVocabularyResponse
Updates an existing custom vocabulary with new values. This operation overwrites all existing information with your new values; you cannot append new terms onto an existing custom vocabulary.
Your custom vocabulary must be in a terminal state (READY or FAILED) before you can update it. You must include either Phrases or VocabularyFileUri in your request.