Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/campoy/apiai
/ functions
Functions
7 in github.com/campoy/apiai
⨍
Functions
7
◇
Types & classes
5
↓ 2 callers
Method
Param
Param returns the value associated to the given parameter name.
apiai.go:119
↓ 1 callers
Method
Register
Register registers the handler for a given intent.
apiai.go:39
Function
HTTPRequest
HTTPRequest returns the HTTP request associated to the given context or nil.
apiai.go:132
Function
NewHandler
NewHandler returns a new empty handler.
apiai.go:34
Method
ServeHTTP
(w http.ResponseWriter, r *http.Request)
apiai.go:45
Function
doubleHandler
(ctx context.Context, req *apiai.Request)
example/main.go:34
Function
main
()
example/main.go:28