GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig.fromJson constructor
GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig.fromJson(
core.Map json_)
: this(
accountNumber: json_.containsKey('accountNumber')
? json_['accountNumber'] as core.String
: null,
);