GetSessionResponse constructor

GetSessionResponse({
  1. List<ActiveContext>? activeContexts,
  2. DialogAction? dialogAction,
  3. List<IntentSummary>? recentIntentSummaryView,
  4. Map<String, String>? sessionAttributes,
  5. String? sessionId,
})

Implementation

GetSessionResponse({
  this.activeContexts,
  this.dialogAction,
  this.recentIntentSummaryView,
  this.sessionAttributes,
  this.sessionId,
});