GenerateChatTokenRequest.fromJson constructor

GenerateChatTokenRequest.fromJson(
  1. Map json_
)

Implementation

GenerateChatTokenRequest.fromJson(core.Map json_)
  : this(
      deployment: json_['deployment'] as core.String?,
      liveHandoffEnabled: json_['liveHandoffEnabled'] as core.bool?,
      recaptchaToken: json_['recaptchaToken'] as core.String?,
    );