Add arguments to intent
This commit is contained in:
parent
cba2de6d1c
commit
88b45064ec
@ -13,6 +13,9 @@ module.exports = (sequelize, DataTypes) => {
|
||||
examples: {
|
||||
type: DataTypes.ARRAY(DataTypes.STRING),
|
||||
allowNull: true
|
||||
},
|
||||
arguments: {
|
||||
type: DataTypes.ARRAY(DataTypes.STRING),
|
||||
}
|
||||
}, {
|
||||
tableName: "intents",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user