You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALTER TABLE InformationStore ADD parentIntentSignature varchar(255);
--View table contents
select *
from InformationStore
--Add data to table
INSERT INTO InformationStore(name,identifier,utterance1,utterance2,utterance3,utterance4,utterance5)
VALUES ('EXPENSES',1234567,'Help users claim expenses','How do i claim back on expenses','where is the link to concur','money back from receipts on concur expenses','more detail expenses')