ResponseMessage constructor
ResponseMessage(
- MessageType type,
- DateTime timestamp, {
- String? responseType,
- List? payload,
- String? text,
- Map<
String, dynamic> ? haivaMessage, - Map<
String, dynamic> ? wholeResponsePayload, - String? sessionId,
- Widget? customWidget,
- String? threadId,
- List<
String> ? responseTypesAgent, - Map<
String, dynamic> ? customComponent, - int? statusCode,
Implementation
ResponseMessage(
this.type,
this.timestamp, {
this.responseType,
this.payload,
this.text,
this.haivaMessage,
this.wholeResponsePayload,
this.sessionId,
this.customWidget,
this.threadId,
this.responseTypesAgent, Map<String, dynamic>? customComponent, this.statusCode,
});