This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathintents.json
143 lines (143 loc) · 5.64 KB
/
intents.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"interactionModel": {
"languageModel": {
"invocationName": "rubrik roxy",
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
"name": "AMAZON.HelpIntent",
"samples": []
},
{
"name": "AMAZON.StopIntent",
"samples": []
},
{
"name": "AMAZON.NavigateHomeIntent",
"samples": []
},
{
"name": "get_cluster_status",
"slots": [],
"samples": [
"for cluster status",
"to get the cluster status",
"get the cluster status",
"tell me about my cluster",
"ask roxie how my cluster is doing",
"whats the status of my cluster",
"hows my cluster doing"
]
},
{
"name": "get_node_count",
"slots": [],
"samples": [
"to get the number of nodes in the cluster",
"to get the node count",
"how many notes are in the cluster",
"what is the node count",
"how many nodes are in the cluster",
"what is the number of nodes in the cluster"
]
},
{
"name": "get_cluster_storage_details",
"slots": [],
"samples": [
"for capacity information",
"about storage",
"to get storage info",
"for storage info",
"for storage informatoin",
"to get storage details",
"to get storage information",
"for storage details",
"for storage information",
"about my cluster capacity",
"to get the storage details of my cluster",
"to get the storage details of the cluster",
"What is the capacity of the cluster",
"How much space is available on the cluster",
"How much space is used on the cluster",
"Give me cluster storage details"
]
},
{
"name": "get_data_growth_rate",
"slots": [],
"samples": [
"about data growth",
"how fast my data is growing",
"to get the data growth rate",
"get the rate of date growth",
"How is my data growing",
"How fast is my data growing",
"What is the amount of data growth",
"Rate of data growth",
"What is the rate of my data growth"
]
},
{
"name": "get_archived_amount",
"slots": [],
"samples": [
"how much data i have archived",
"for archived data information",
"to get the amount of archived data",
"how much data is archived",
"How much data has been archived",
"Give me details of archival storage",
"What is the amount of archived data"
]
},
{
"name": "get_sla_compliance",
"slots": [],
"samples": [
"about compliance",
"about my slas",
"for an SLA compliance summary",
"for a compliance summary",
"How are my SLAs doing",
"Are my SLAs in compliance",
"Read out SLA compliance summary",
"Give me SLA complaince summary",
"Get me the SLA complaince summary",
"How many SLAs are in compliance"
]
},
{
"name": "open_support_tunnel",
"slots": [],
"samples": [
"to create a support tunnel",
"to open a support tunnel",
"Create support tunnel",
"Open support tunnel"
]
},
{
"name": "get_remaining_runway",
"slots": [],
"samples": [
"how much time I have left",
"to get remaining runway",
"to get the remaining runway",
"How much runway is left",
"How much runway do I have",
"What is the remaining runway on my cluster"
]
},
{
"name": "AMAZON.FallbackIntent",
"samples": []
}
],
"types": []
}
}
}