-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagent.json
41 lines (41 loc) · 1.44 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
31
32
33
34
35
36
37
38
39
40
41
{
"description": "Allow your app to engage in small talk about a variety of topics.",
"language": "pt-br",
"shortDescription": "Small talk topics to help make your bot more personable",
"examples": "User: Olá!\nUser: Está tudo bem?\nUser: Obrigado!\nUser: De nada.\nUser: E aí?\nUser: Estou entediado.\nUser: Estou brincando.\nUser: Muito bem!\nUser: Quem é você?\nUser: Quantos anos você tem?\nUser: Você é inteligente.\nUser: O que você faz para se divertir?",
"disableInteractionLogs": false,
"disableStackdriverLogs": true,
"googleAssistant": {
"googleAssistantCompatible": true,
"project": "vaibot-a4ac3",
"welcomeIntentSignInRequired": false,
"startIntents": [],
"systemIntents": [],
"endIntentIds": [],
"oAuthLinking": {
"required": false,
"grantType": "AUTH_CODE_GRANT"
},
"voiceType": "MALE_1",
"capabilities": [],
"protocolVersion": "V2",
"autoPreviewEnabled": true,
"isDeviceAgent": false
},
"defaultTimezone": "America/New_York",
"webhook": {
"available": false,
"useForDomains": false,
"cloudFunctionsEnabled": false,
"cloudFunctionsInitialized": false
},
"isPrivate": false,
"customClassifierMode": "use.after",
"mlMinConfidence": 0.2,
"supportedLanguages": [],
"onePlatformApiVersion": "v2",
"analyzeQueryTextSentiment": false,
"enabledKnowledgeBaseNames": [],
"knowledgeServiceConfidenceAdjustment": -0.4,
"dialogBuilderMode": false
}