Siri not audibly saying results from requestDisambiguation

I have an Intent that creates a list of items for the user to select from and use the .requestDisambiguation() call return to the user. The list is displayed in the shortcuts app but when using Siri only the dialog is said to the user. I need the among values to also be read out loud. Any suggestions.

let item = try await $itemInfo.requestDisambiguation(         among: infoList, dialog: IntentDialog("Which item?") )

Siri not audibly saying results from requestDisambiguation
 
 
Q