This is the function that creates the app instance which on new requests,
creates a way to interact with the conversation API directly from Assistant,
providing implementation for all the methods available in the API.
example
constapp = conversation()app.handler('handler name', conv=> {conv.add('How are you?')})
This is the function that creates the app instance which on new requests, creates a way to interact with the conversation API directly from Assistant, providing implementation for all the methods available in the API.