ChatSessionResponse constructor

ChatSessionResponse({
  1. required String sessionId,
})

Returns a new ChatSessionResponse instance.

Implementation

ChatSessionResponse({
  required this.sessionId,
});