Spaces:
Sleeping
Sleeping
OnlyBiggg commited on
Commit ·
09f4253
1
Parent(s): 57d122f
fix
Browse files
app/dialogflow/api/v1/dialogflow.py
CHANGED
|
@@ -396,8 +396,8 @@ async def is_valid_select_trip(request: Request) -> Response:
|
|
| 396 |
}
|
| 397 |
return DialogFlowResponseAPI(parameters=parameters)
|
| 398 |
|
| 399 |
-
@router.post('/trip/select-time-ambiguous')
|
| 400 |
-
async def
|
| 401 |
try:
|
| 402 |
body = await request.json()
|
| 403 |
session_info = body.get("sessionInfo", {})
|
|
|
|
| 396 |
}
|
| 397 |
return DialogFlowResponseAPI(parameters=parameters)
|
| 398 |
|
| 399 |
+
@router.post('/trip/check-select-time-ambiguous')
|
| 400 |
+
async def check_time_ambiguous(request: Request) -> Response:
|
| 401 |
try:
|
| 402 |
body = await request.json()
|
| 403 |
session_info = body.get("sessionInfo", {})
|