The-Three-Little-Pigs-Siri-Proxy icon indicating copy to clipboard operation
The-Three-Little-Pigs-Siri-Proxy copied to clipboard

Is asking within SiriAddViews-object possible?

Open Raggyx opened this issue 12 years ago • 0 comments

Hi is it possible to ask like the ask-function within SiriAnswer like SiriAssistantUtteranceView? i could choose the SiriAssistantUtteranceView but how can i catch the response?

The main problem is that a snippet is send too slow: add_views = SiriAddViews.new ..... send_object add_views response = ask "ask something"

my iphone (ios6) first asks and then shows the snipped... its the wrong order :D

and a second problem is this: say "something" say "something else" response = ask "ask something"

here my iphone shows the right order but the ask scolls to top too fast so i cant read the say-text (only hear it)

if i could send all together with a SiriAddViews-object i would have no problem. But i need the response :)

is there a solution? thanks in advance Raggyx

Raggyx avatar Oct 22 '12 14:10 Raggyx