diff --git a/interaction_model/intent_schema.json b/interaction_model/intent_schema.json index a1e61d0..3fe0d46 100644 --- a/interaction_model/intent_schema.json +++ b/interaction_model/intent_schema.json @@ -5,11 +5,11 @@ "slots": [ { "name": "movieName", - "type": "AMAZON.LITERAL" + "type": "LITERAL" }, { "name": "releaseDate", - "type": "AMAZON.DATE" + "type": "DATE" } ] }, @@ -18,11 +18,11 @@ "slots": [ { "name": "movieName", - "type": "AMAZON.LITERAL" + "type": "LITERAL" }, { "name": "releaseDate", - "type": "AMAZON.DATE" + "type": "DATE" } ] },