waitVoice

suspend fun BehaviourContext.waitVoice(    initRequest: Request<*>? = null,     errorFactory: NullableRequestBuilder<*> = { null },     count: Int = 1,     filter: SimpleFilter<CommonMessage<VoiceContent>>? = null,     mapper: CommonMessageToContentMapper<VoiceContent>? = null): List<VoiceContent>