0

Can we get Google send something when the person stays silent in a conversation? A "no.response" intent before closing the microphone. I'm thinking of an "are you still there" question scenario or timed question/response games.

The point is not to close the session and give a chance to continue.

This would happen only once (or configurable times) so the microphone would not stay open. 

Bela Vizy
  • 1,133
  • 8
  • 19

1 Answers1

1

When using the client library assistant.ask method, remember to specify values for the no-inputs parameters. You can use that to prompt the user to respond when the microphone doesn't hear anything.

Leon Nicholls
  • 4,623
  • 2
  • 16
  • 17
  • I understand. I'm doing that. But I want to let the fulfillment server know that there was no answer. Like in a timed trivia game. – Bela Vizy Feb 10 '17 at 20:44
  • By the way one of the no-input prompts gets lost. I only hear the first two. Is that a bug or I'm doing something wrong. I'm sending ['First prompt', 'Second prompt', 'Good Bye!"]. – Bela Vizy Feb 10 '17 at 20:45
  • Yes, that is a known bug. Working on a fix. – Leon Nicholls Feb 10 '17 at 20:50