Documentation ¶
Index ¶
- type AgentCase
- func (a *AgentCase) Greeting() string
- func (a *AgentCase) Name() string
- func (a *AgentCase) Reply(query string) string
- func (a *AgentCase) SetName(name string)
- func (a *AgentCase) SetThumbnailPath(thumbnailPath string)
- func (a *AgentCase) SetTitle(title string)
- func (a *AgentCase) ThumbnailPath() string
- func (a *AgentCase) Title() string
- type Bot
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentCase ¶
type AgentCase struct { Bot // contains filtered or unexported fields }
func NewAgentCase ¶
func NewAgentCase() *AgentCase
func (*AgentCase) SetThumbnailPath ¶
func (*AgentCase) ThumbnailPath ¶
Click to show internal directories.
Click to hide internal directories.