public App
Top level interface for the Actions webhook. Sub-classes must implement the JSON based protocol for the Actions on Google Conversational API as described here.
It is recommended that developers sub-class from DialogflowApp or ActionsSdkApp to implement their intent handlers.
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.lang.String> |
handleRequest(java.lang.String inputJson,
java.util.Map<?,?> headers)
Processes the incoming JSON request and returns JSON as described in the
Actions on Google conversation protocol.
|