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