GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig.fromJson constructor

GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2HumanAgentHandoffConfigLivePersonConfig.fromJson(
    core.Map json_)
    : this(
        accountNumber: json_['accountNumber'] as core.String?,
      );