PostTextResponse constructor
PostTextResponse({
- List<
ActiveContext> ? activeContexts, - List<
PredictedIntent> ? alternativeIntents, - String? botVersion,
- DialogState? dialogState,
- String? intentName,
- String? message,
- MessageFormatType? messageFormat,
- IntentConfidence? nluIntentConfidence,
- ResponseCard? responseCard,
- SentimentResponse? sentimentResponse,
- Map<
String, String> ? sessionAttributes, - String? sessionId,
- String? slotToElicit,
- Map<
String, String> ? slots,
Implementation
PostTextResponse({
this.activeContexts,
this.alternativeIntents,
this.botVersion,
this.dialogState,
this.intentName,
this.message,
this.messageFormat,
this.nluIntentConfidence,
this.responseCard,
this.sentimentResponse,
this.sessionAttributes,
this.sessionId,
this.slotToElicit,
this.slots,
});