コード例 #1
0
 public ResponseAttributes()
 {
     ShouldEndSession = true;
     OutputSpeech     = new OutputSpeechAttributes();
     Card             = new SimpleCard();
     Reprompt         = new RepromptAttributes();
 }
コード例 #2
0
 public ResponseAttributes()
 {
     ShouldEndSession = false;
     OutputSpeech     = new OutputSpeechAttributes();
     Card             = new CardAttributes();
     Reprompt         = new RepromptAttributes();
 }
コード例 #3
0
 public ResponseAttributes()
 {
     ShouldEndSession = true;
     OutputSpeech     = new OutputSpeechAttributes();
     Card             = new CardAttributes();
     Reprompt         = new RepromptAttributes();
     Directives       = new List <DirectivesAttributes>();
 }
コード例 #4
0
 public RepromptAttributes()
 {
     OutputSpeech = new OutputSpeechAttributes();
 }