Set typing modality for text queries
Currently, we call the SendTextQuery method in the assistant manager internal API to send text queries. However, this way does not set the modality to typing. As a result, TTS is played, which should not happen for text queries. Made changes such that we use the SendVoicelessInteraction method instead of SendTextQuery. Using SendVoicelessInteraction, we can set the modality to typing. Bug: b/79769347 Change-Id: I23ed23f1068196b3590b642b2e0674700624d935 Reviewed-on: https://chromium-review.googlesource.com/1139184Reviewed-by:Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: Eyor Alemayehu <eyor@google.com> Cr-Commit-Position: refs/heads/master@{#575826}
Showing
Please register or sign in to comment