Exemplo n.º 1
0
 public ResponseAttributes()
 {
     ShouldEndSession = true;
     OutputSpeech     = new OutputSpeechAttributes();
     Card             = new SimpleCard();
     Reprompt         = new RepromptAttributes();
 }
Exemplo n.º 2
0
 public ResponseAttributes()
 {
     ShouldEndSession = false;
     OutputSpeech     = new OutputSpeechAttributes();
     Card             = new CardAttributes();
     Reprompt         = new RepromptAttributes();
 }
Exemplo n.º 3
0
 public ResponseAttributes()
 {
     ShouldEndSession = true;
     OutputSpeech     = new OutputSpeechAttributes();
     Card             = new CardAttributes();
     Reprompt         = new RepromptAttributes();
     Directives       = new List <DirectivesAttributes>();
 }