question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Static reprompts in the v2 library?

See original GitHub issue

I don’t see this discussed in https://developers.google.com/actions/reference/nodejs/lib-v1-migration. In the v1 library we used app.buildInputPrompt() to statically specify the no-input prompts. How do we do this in v2?

https://developers.google.com/actions/assistant/reprompts mentions system-default and static reprompts, but it’s pretty sparse. Most of the focus is on dynamic reprompts, which is out of scope for the v2 upgrade I’m currently working on.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Canaincommented, Jul 10, 2018

Closing this now that a PR supporting this has been merged.

1reaction
yoichirocommented, May 28, 2018

@joelhegg As the document about Reprompts, you need to use the actions_intent_NO_INPUT intent to process for reprompts. That is, we should recognize that the Static reprompts feature has been deprecated.

Read more comments on GitHub >

github_iconTop Results From Across the Web

StaticPrompt | Conversational Actions - Google Developers
StaticPrompt ; Represents a list of prompt candidates, one of which will be selected as the prompt to be shown in the response...
Read more >
GLEW: I set it to use the static library but at run time complains ...
If you want to link statically to GLEW, you need a static .lib file and have to point ... and link the object...
Read more >
Tutorial: Create a .NET class library using Visual Studio
A class library defines types and methods that are called by an application. If the library targets .NET Standard 2.0, it can be...
Read more >
Java Native Interface (JNI) - Java Programming Tutorial
The static initializer invokes System.loadLibrary() to load the native library " hello " (which contains a native method called sayHello() ) during the...
Read more >
Enquirer - GitHub
Stylish, intuitive and user-friendly prompts, for Node.js. ... the individual prompt classes in this library are exposed as static properties on Enquirer.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found