GoogleSearchToolPromptConfig.fromJson constructor
GoogleSearchToolPromptConfig.fromJson(
- Map json_
Implementation
GoogleSearchToolPromptConfig.fromJson(core.Map json_)
: this(
textPrompt: json_['textPrompt'] as core.String?,
voicePrompt: json_['voicePrompt'] as core.String?,
);