Spaces:
Building
Building
Update flare-ui/src/app/services/api.service.ts
Browse files
flare-ui/src/app/services/api.service.ts
CHANGED
@@ -44,6 +44,7 @@ export interface ResponseMapping {
|
|
44 |
variable_name: string;
|
45 |
type: 'str' | 'int' | 'float' | 'bool' | 'date';
|
46 |
json_path: string;
|
|
|
47 |
}
|
48 |
|
49 |
export interface IntentParameter {
|
|
|
44 |
variable_name: string;
|
45 |
type: 'str' | 'int' | 'float' | 'bool' | 'date';
|
46 |
json_path: string;
|
47 |
+
caption: string;
|
48 |
}
|
49 |
|
50 |
export interface IntentParameter {
|