Documentation ¶ Index ¶ type Client func RegisterProvider(app kernel.ApplicationInterface) (*Client, error) func (comp *Client) Query(keyword string, categories string, optional *power.HashMap) (interface{}, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { *kernel.BaseClient } func RegisterProvider ¶ func RegisterProvider(app kernel.ApplicationInterface) (*Client, error) func (*Client) Query ¶ func (comp *Client) Query(keyword string, categories string, optional *power.HashMap) (interface{}, error) 语义接口 https://developers.weixin.qq.com/doc/offiaccount/Intelligent_Interface/Natural_Language_Processing.html Source Files ¶ View all Source files client.go provider.go Click to show internal directories. Click to hide internal directories.