forked from GoogleCloudPlatform/professional-services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
entities.json
63 lines (63 loc) · 1.61 KB
/
entities.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{ "entity_types": [
{
"name": "projects/<project-id>/agent/entityTypes/entity-id",
"display_name": "saving-account-types",
"kind": "KIND_MAP",
"entities": [
{
"value": "saving-account-types",
"synonyms": [
"saving",
"saving account",
"child saving",
"IRA",
"CD",
"student saving"
]
}
]
},
{
"display_name": "checking-account-types",
"kind": "KIND_MAP",
"entities": [
{
"value": "checking-account-types",
"synonyms": [
"checking", "checking account", "student checking account",
"student account", "business checking account", "business account"
]
}
]
},
{
"display_name": "account_types",
"kind": "KIND_LIST",
"entities": [
{
"value": "@saving-account-types:saving-account-types",
"synonyms": [
"@saving-account-types:saving-account-types"
]
},
{
"value": "@checking-account-types:checking-account-types",
"synonyms": [
"@checking-account-types:checking-account-types"
]
},
{
"value": "@sys.date-period:date-period @saving-account-types:saving-account-types",
"synonyms": [
"@sys.date-period:date-period @saving-account-types:saving-account-types"
]
},
{
"value": "@sys.date-period:date-period @checking-account-types:checking-account-types",
"synonyms": [
"@sys.date-period:date-period @checking-account-types:checking-account-types"
]
}
]
}
]}