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