Static reprompts in the v2 library?
See original GitHub issueI 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:
- Created 5 years ago
- Comments:7 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing this now that a PR supporting this has been merged.
@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.