GoogleCloudDialogflowV2AgentCoachingSuggestionSources.fromJson constructor

GoogleCloudDialogflowV2AgentCoachingSuggestionSources.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2AgentCoachingSuggestionSources.fromJson(core.Map json_)
  : this(
      instructionIndexes: (json_['instructionIndexes'] as core.List?)
          ?.map((value) => value as core.int)
          .toList(),
    );