Versions in this module Expand all Collapse all v1 v1.0.0 Oct 9, 2017 Changes in this version + func Handle(h Handler) + func HandleFunc(h HandlerFunc) + type Context struct + Lifespan int + Name string + Parameters map[string]string + type Event struct + ID string + Result struct{ ... } + SessionID string + Status struct{ ... } + Timestamp string + type Fullfillment struct + Score float64 + Speech string + type Handler interface + HandleApiaiEvent func(*Event, *apex.Context) (interface{}, error) + type HandlerFunc func(*Event, *apex.Context) (interface{}, error) + func (h HandlerFunc) Handle(data json.RawMessage, ctx *apex.Context) (interface{}, error) + type ResponseMessage struct + ContextOut []*Context + Data map[string]string + DisplayText string + Source string + Speech string