AssistantPlus-Developer-Guide icon indicating copy to clipboard operation
AssistantPlus-Developer-Guide copied to clipboard

Enable Passthrough yet control response text?

Open SalmanBurhan opened this issue 9 years ago • 2 comments

I am successfully able to handle a response, but I want to able to control what siri replies, and let her reply with a view that she was originally supposed to reply with. How would I got about doing that?

For example: I would say, "Siri what is the weather for this week?" AssistantPlus would reply, "K, here's your forecast, later..." Siri would originally say, "Here's the forecast for the week..." (but i don't want her to say that) Siri would reply with the weather view...

SalmanBurhan avatar Apr 19 '15 23:04 SalmanBurhan

Sounds like you'd have to manually recreate the view from the Yahoo weather app if you were to develop this as a plugin. ZaidElkurdi hasn't released the code behind his assistant plugin tweak beyond the header and so we can't work on adding further capabilities... we can only develop a simple view. If you want to hook the forecast and override the default you can but without access to the code behind AssistantPlus I don't see a way for you to easily get what you are looking for...

As an alternative you can basically get this functionality from directly within the AssistantPlus app.

fritz-fritz avatar May 01 '15 20:05 fritz-fritz

Okay, thank you for letting me know. I think I'll just do that, I was having trouble creating views before but, I got the hang of it now.

Sent from my iPhone

On May 1, 2015, at 1:10 PM, FRITZ|FRITZ [email protected] wrote:

Sounds like you'd have to manually recreate the view from the Yahoo weather app if you were to develop this as a plugin. ZaidElkurdi hasn't released the code behind his assistant plugin tweak beyond the header and so we can't work on adding further capabilities... we can only develop a simple view. If you want to hook the forecast and override the default you can but without access to the code behind AssistantPlus I don't see a way for you to easily get what you are looking for...

As an alternative you can basically get this functionality from directly within the AssistantPlus app.

— Reply to this email directly or view it on GitHub.

SalmanBurhan avatar May 01 '15 20:05 SalmanBurhan