GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff.fromJson constructor

GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff.fromJson(
    core.Map json_)
    : this(
        metadata: json_.containsKey('metadata')
            ? json_['metadata'] as core.Map<core.String, core.dynamic>
            : null,
      );