Example #1
0
 /// <summary>
 /// This sample rule recognizes any Weight
 /// </summary>
 /// <remarks>
 /// Many other units of measure are provided
 /// </remarks>
 public NLPActionResult Weight(Weight weight)
 {
     st.Say("You entered a weight " + weight.Describe(true) + " or " + weight.Describe(false));
     return(NLPActionResult.None);
 }