Skip to content
Snippets Groups Projects
Unverified Commit 608812f2 authored by Juan Ignacio Ubeira's avatar Juan Ignacio Ubeira Committed by GitHub
Browse files

Merge pull request #69 from exo-core/action-generation

renamed message action response to result
parents f5f3ea91 13f3a6fe
Branches
Tags
No related merge requests found
...@@ -156,7 +156,7 @@ public class GenerateInterfaces { ...@@ -156,7 +156,7 @@ public class GenerateInterfaces {
MessageDeclaration goalDeclaration = MessageDeclaration goalDeclaration =
MessageDeclaration.of(actionType.getType() + "Goal", goalResultAndFeedback.get(0)); MessageDeclaration.of(actionType.getType() + "Goal", goalResultAndFeedback.get(0));
MessageDeclaration resultDeclaration = MessageDeclaration resultDeclaration =
MessageDeclaration.of(actionType.getType() + "Response", goalResultAndFeedback.get(1)); MessageDeclaration.of(actionType.getType() + "Result", goalResultAndFeedback.get(1));
MessageDeclaration feedbackDeclaration = MessageDeclaration feedbackDeclaration =
MessageDeclaration.of(actionType.getType() + "Feedback", goalResultAndFeedback.get(2)); MessageDeclaration.of(actionType.getType() + "Feedback", goalResultAndFeedback.get(2));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment