DeleteSessionResponse constructor

DeleteSessionResponse({
  1. String? botAlias,
  2. String? botName,
  3. String? sessionId,
  4. String? userId,
})

Implementation

DeleteSessionResponse({
  this.botAlias,
  this.botName,
  this.sessionId,
  this.userId,
});