|
2946 | 2946 | } |
2947 | 2947 | }, |
2948 | 2948 | "/analytics": { |
2949 | | - "get": { |
2950 | | - "operationId": "AnalyticsController_getQuery", |
2951 | | - "summary": "Get Analytics", |
| 2949 | + "post": { |
| 2950 | + "operationId": "AnalyticsController_query", |
| 2951 | + "summary": "Create Analytics Queries", |
2952 | 2952 | "parameters": [], |
2953 | 2953 | "requestBody": { |
2954 | 2954 | "required": true, |
|
2973 | 2973 | } |
2974 | 2974 | } |
2975 | 2975 | } |
| 2976 | + }, |
| 2977 | + "201": { |
| 2978 | + "description": "" |
2976 | 2979 | } |
2977 | 2980 | }, |
2978 | 2981 | "tags": [ |
|
13070 | 13073 | "type": "string", |
13071 | 13074 | "description": "This is the explanation for how the call ended.", |
13072 | 13075 | "enum": [ |
13073 | | - "assistant-not-invalid", |
| 13076 | + "assistant-not-valid", |
13074 | 13077 | "assistant-not-provided", |
13075 | 13078 | "call-start-error-neither-assistant-nor-server-set", |
13076 | 13079 | "assistant-request-failed", |
|
13081 | 13084 | "assistant-request-returned-forwarding-phone-number", |
13082 | 13085 | "assistant-ended-call", |
13083 | 13086 | "assistant-said-end-call-phrase", |
| 13087 | + "assistant-ended-call-with-hangup-task", |
13084 | 13088 | "assistant-forwarded-call", |
13085 | 13089 | "assistant-join-timed-out", |
13086 | 13090 | "customer-busy", |
|
19456 | 19460 | "method": { |
19457 | 19461 | "type": "string", |
19458 | 19462 | "enum": [ |
19459 | | - "POST" |
| 19463 | + "POST", |
| 19464 | + "GET" |
19460 | 19465 | ] |
19461 | 19466 | }, |
19462 | 19467 | "url": { |
|
19502 | 19507 | } |
19503 | 19508 | ] |
19504 | 19509 | }, |
19505 | | - "startTaskMessage": { |
19506 | | - "type": "string" |
19507 | | - }, |
19508 | | - "waitTaskMessage": { |
19509 | | - "type": "string" |
19510 | | - }, |
19511 | | - "successTaskMessage": { |
19512 | | - "type": "string" |
19513 | | - }, |
19514 | | - "failureTaskMessage": { |
19515 | | - "type": "string" |
19516 | | - }, |
19517 | 19510 | "name": { |
19518 | 19511 | "type": "string", |
19519 | 19512 | "maxLength": 80 |
|
24634 | 24627 | "type": "string", |
24635 | 24628 | "description": "This is the reason the call ended. This can also be found at `call.endedReason` on GET /call/:id.", |
24636 | 24629 | "enum": [ |
24637 | | - "assistant-not-invalid", |
| 24630 | + "assistant-not-valid", |
24638 | 24631 | "assistant-not-provided", |
24639 | 24632 | "call-start-error-neither-assistant-nor-server-set", |
24640 | 24633 | "assistant-request-failed", |
|
24645 | 24638 | "assistant-request-returned-forwarding-phone-number", |
24646 | 24639 | "assistant-ended-call", |
24647 | 24640 | "assistant-said-end-call-phrase", |
| 24641 | + "assistant-ended-call-with-hangup-task", |
24648 | 24642 | "assistant-forwarded-call", |
24649 | 24643 | "assistant-join-timed-out", |
24650 | 24644 | "customer-busy", |
|
25429 | 25423 | "type": "string", |
25430 | 25424 | "description": "This is the reason the call ended. This is only sent if the status is \"ended\".", |
25431 | 25425 | "enum": [ |
25432 | | - "assistant-not-invalid", |
| 25426 | + "assistant-not-valid", |
25433 | 25427 | "assistant-not-provided", |
25434 | 25428 | "call-start-error-neither-assistant-nor-server-set", |
25435 | 25429 | "assistant-request-failed", |
|
25440 | 25434 | "assistant-request-returned-forwarding-phone-number", |
25441 | 25435 | "assistant-ended-call", |
25442 | 25436 | "assistant-said-end-call-phrase", |
| 25437 | + "assistant-ended-call-with-hangup-task", |
25443 | 25438 | "assistant-forwarded-call", |
25444 | 25439 | "assistant-join-timed-out", |
25445 | 25440 | "customer-busy", |
|
0 commit comments