-
Notifications
You must be signed in to change notification settings - Fork 0
AgentAPI
yuyupopo edited this page Dec 2, 2017
·
5 revisions
json format of one agent
body: {
id: number,
name: string,
triggers: [
{ trigger: string, dialog: number }, { ... }
],
dialogs: [
{ action: string, behaviors: number }, { ... }
],
behaviors: [
{ behavior: string, next_dialog: number }, { ... }
],
explanation: string
}
TODO
- Landing
- Experiment
- Agent
- Test
- Signin
- AuthService
- ExperimentService
- AgentService
- TestService
- CommentService
- AlarmService
- SpeechService
- TextService