-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathagent.json
30 lines (30 loc) · 1.07 KB
/
agent.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"description": "Allows for \"simple language communication\" with the Discord bot AvaIre",
"language": "en",
"shortDescription": "Small talk topics to help make your bot more personable",
"examples": "User: Hello!\nUser: How are you?\nUser: Thank you!\nUser: You\u0027re welcome.\nUser: What\u0027s up?\nUser: I\u0027m bored.\nUser: I\u0027m joking.\nUser: Well done!\nUser: Who are you?\nUser: How old are you?\nUser: You\u0027re clever.\nUser: What do you do for fun?",
"displayName": "Small Talk",
"enabledDomainFeatures": [],
"googleAssistant": {
"googleAssistantCompatible": false,
"welcomeIntentSignInRequired": false,
"startIntents": [],
"systemIntents": [],
"endIntentIds": [],
"oAuthLinking": {
"required": false,
"grantType": "AUTH_CODE_GRANT"
},
"voiceType": "MALE_1",
"capabilities": [],
"protocolVersion": "V1"
},
"defaultTimezone": "Europe/Copenhagen",
"webhook": {
"available": false,
"useForDomains": false
},
"isPrivate": false,
"customClassifierMode": "use.after",
"mlMinConfidence": 0.2
}