INSpeakableStringResolutionResult.disambiguation doesn't work in iOS 15

Siri doesn't give the option to select the account when we have multiple accounts in a particular category(for eg. Credit card). In case of multiple credit cards when we ask "What is my credit card balance?", Siri just displays a message - "You may find that information in the app" instead of showing the list of accounts to select. However all the speakable strings are returned in the resolveAccountNickName() method. // Here speakables is the list of account names to be displayed INSpeakableStringResolutionResult.disambiguation(with: speakables) Note: It works perfectly fine if you have only one account in a category. Also, the same scenario works fine in lower os versions (< iOS 15) We use INSearchForAccountsIntent.

Has anyone faced similar issue? Has apple changed anything related to disambiguation resolution result in iOS 15? Kindly suggest.

INSpeakableStringResolutionResult.disambiguation doesn't work in iOS 15
 
 
Q