Documentation ¶
Overview ¶
Package aireply 人工智能回复
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AIReply ¶
type AIReply interface { // Talk 取得回复消息 Talk(string) message.Message // Talk 取得文本回复消息 TalkPlain(string) string // String 获得模式 String() string }
AIReply 公用智能回复类
type XiaoAiReply ¶
type XiaoAiReply struct{}
XiaoAiReply 小爱回复类
func (*XiaoAiReply) String ¶
func (*XiaoAiReply) String() string
Click to show internal directories.
Click to hide internal directories.