mirror of
https://github.com/jlengrand/dialogflow-fun.git
synced 2026-03-10 08:11:22 +00:00
Remove TODO
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
runtime: java11
|
||||
instance_class: F1
|
||||
instance_class: F1
|
||||
automatic_scaling:
|
||||
min_instances: 1
|
||||
env_variables:
|
||||
OPENBANKPROJECT_USERNAME: 'jlengrand'
|
||||
OPENBANKPROJECT_PASSWORD: 'Bnj0VyuI127SN7yjJJYt'
|
||||
OPENBANKPROJECT_CONSUMERKEY: 'c4vkdziyo4xhry4nwir50oblsolo5f1g1k2tdyu2'
|
||||
@@ -44,7 +44,7 @@ public class DialogflowFunApiApplication {
|
||||
response = dialogFlowService.getLastTransactionRequest();
|
||||
break;
|
||||
case "send.money":
|
||||
response = dialogFlowService.createPaymentRequest(request); // TODO : Add are you sure in DialogFlow!
|
||||
response = dialogFlowService.createPaymentRequest(request);
|
||||
break;
|
||||
default:
|
||||
response = new DialogFlowResponse("Sorry, I didn't get that. Can you try again? ");
|
||||
|
||||
Reference in New Issue
Block a user