Spaces:
Sleeping
Sleeping
OnlyBiggg
commited on
Commit
·
8e4fa41
1
Parent(s):
1ddb4a5
fix
Browse files
app/dialogflow/api/v1/dialogflow.py
CHANGED
|
@@ -348,7 +348,7 @@ async def is_valid_select_time(request: Request) -> Response:
|
|
| 348 |
"departure_date": departure_date,
|
| 349 |
"trip": trip,
|
| 350 |
}
|
| 351 |
-
text = [f' Quý khách chọn chuyến {
|
| 352 |
return DialogFlowResponseAPI(text=text, parameters=parameters)
|
| 353 |
|
| 354 |
parameters = {
|
|
|
|
| 348 |
"departure_date": departure_date,
|
| 349 |
"trip": trip,
|
| 350 |
}
|
| 351 |
+
text = [f' Quý khách chọn chuyến {time_select} | {route_name}']
|
| 352 |
return DialogFlowResponseAPI(text=text, parameters=parameters)
|
| 353 |
|
| 354 |
parameters = {
|