GetSessionResponse constructor
GetSessionResponse({
- List<
ActiveContext> ? activeContexts, - DialogAction? dialogAction,
- List<
IntentSummary> ? recentIntentSummaryView, - Map<
String, String> ? sessionAttributes, - String? sessionId,
Implementation
GetSessionResponse({
this.activeContexts,
this.dialogAction,
this.recentIntentSummaryView,
this.sessionAttributes,
this.sessionId,
});