GenerateChatTokenRequest.fromJson constructor
GenerateChatTokenRequest.fromJson(
- 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?,
);