GoogleSearchToolPromptConfig.fromJson constructor

GoogleSearchToolPromptConfig.fromJson(
  1. Map json_
)

Implementation

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