Exemple #1
0
 public RequestAttributes()
 {
     Intent = new IntentAttributes();
 }
Exemple #2
0
 public DirectivesAttributes()
 {
     Type                    = null;
     SlotToElicit            = null;
     UpdatedIntentAttributes = new IntentAttributes();
 }