answerQuestion abstract method

Future<SuccessResponse> answerQuestion({
  1. required int chatBotId,
  2. required Map<String, dynamic> body,
})

Implementation

Future<SuccessResponse> answerQuestion({
  required int chatBotId,
  required Map<String, dynamic> body,
});