I have a Dialog class which is a FormDialog (say, FormDialog< SandwichOrder>; one which builds an order for a sandwich, as per the bot framework documentation website). The SandwichOrder includes a "Price" property.
I also have a Dialog class which derives from LuisDialog which gets the price (based on, say, the size and/or province).
How can I hook Luis functionality into a Form Dialog?