Ejemplo n.º 1
0
 public RequestAttributes()
 {
     Intent = new IntentAttributes();
 }
Ejemplo n.º 2
0
 public DirectivesAttributes()
 {
     Type                    = null;
     SlotToElicit            = null;
     UpdatedIntentAttributes = new IntentAttributes();
 }