GenerateChatTokenRequest constructor

GenerateChatTokenRequest({
  1. String? deployment,
  2. bool? liveHandoffEnabled,
  3. String? recaptchaToken,
})

Implementation

GenerateChatTokenRequest({
  this.deployment,
  this.liveHandoffEnabled,
  this.recaptchaToken,
});