The above Json structure holds enough information for full-filling the intention 'I want dinner' by a nodeJS script. In the realm of Intention Space the design chunks will hold the particular UI/UX components for the corresponding functionality and will have the means of executing the relevant functions within its own scope. For the illustration here we are just printing a console log with any function in a design chunk conveniently coded in the same file. The Json structure also shows the Design Chunk having executable codes which are independently invoked by the Intention received by the Design Chunk and it shows the intention emitted by a design chunk. As the system is executed a flow is created for each execution instance that carry the question -answers in each Design chunk . The full code for the example is attached. When we run the code ,the code registers the type and name of entities as it encounters starting with the invocation of Invoke_intention('I want dinner').