Questions tagged [vui]

A voice user interface (VUI) allows people to use voice to control computers and devices.

A voice user interface (VUI) allows people to use voice to control computers and devices. Examples of such interfaces are Amazon Alexa and Google Assistant.

7 questions
1
vote
1 answer

Google Assistant custom action programming - speak few words of a constant prompt speech slower

I am building a custom action for Google Assistant on the web view of https://console.actions.google.com/ One of the responses is a long prompt sentence consisting of something like: Easy to understand "please send a postal letter to" Then Hard…
dszakal
  • 144
  • 11
1
vote
1 answer

How to continue the flow of dialog from the previous question

I have a scenario where the first question is "How many people are in 2018" and returns 2. I then want to continue the conversation by asking "How many male and female are there". It should return 1 male and 1 female without asking the year…
1
vote
2 answers

( Alexa ) Is it possible to get the response in same Intent Handler?

I have a custom Alexa Skill similar to some Q&A skill , in which I'm asking the user for a response (say option_1, option_2, option_3), but when the user responds with one of these asked options a different intent (say ruleIntent) is triggered…
0
votes
1 answer

Does Google Actions Support Websockets?

I am trying to build a Rocket Chat Google Action and one of the major advantage of RC is it's Realtime API's however they require Websocket to get access. I know that Dialogflow can be used for Websocket's but does Google Actions support it? I am…
0
votes
2 answers

Not Detecting Parameters Other Than Provided In The Entity

I am trying to create a Google Action for Rocket Chat and username and channelname are important parameters to complete an intent. However when I try saying other than the listed entity values, Assistant does not recognise it. I am using Dialogflow…
0
votes
0 answers

Google Action list type visuals not working correctly when clicked for the first time

I have implemented a List action visual on my google action. When I click on a list item, the related intent should fire, but on the very first click, it goes to default fallback intent. I suppose it is because the output context is not attached…
Prateek
  • 335
  • 1
  • 2
  • 9
0
votes
1 answer

Alexa testing invocation name - failed submission

I have got a question on testing the invocation of a custom skill in Alexa. My invocation name is let's say "merry christmas", if I type or speak it in the test section of Alexa Skills creation, LaunchRequest is triggered and conversation…
Mauro
  • 2,032
  • 3
  • 25
  • 47