TriggerActionGenerativeAnswer.fromJson constructor

TriggerActionGenerativeAnswer.fromJson(
  1. Map json_
)

Implementation

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