GoogleCloudDialogflowV2ConversationGeneratorContext.fromJson constructor

GoogleCloudDialogflowV2ConversationGeneratorContext.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2ConversationGeneratorContext.fromJson(core.Map json_)
  : this(generatorType: json_['generatorType'] as core.String?);