public ResponseAttributes()
 {
     ShouldEndSession = true;
     OutputSpeech     = new OutputSpeechAttributes();
     Card             = new SimpleCard();
     Reprompt         = new RepromptAttributes();
 }
Exemple #2
0
 public ResponseAttributes()
 {
     ShouldEndSession = false;
     OutputSpeech     = new OutputSpeechAttributes();
     Card             = new CardAttributes();
     Reprompt         = new RepromptAttributes();
 }
 public ResponseAttributes()
 {
     ShouldEndSession = true;
     OutputSpeech     = new OutputSpeechAttributes();
     Card             = new CardAttributes();
     Reprompt         = new RepromptAttributes();
     Directives       = new List <DirectivesAttributes>();
 }