GoogleSearchToolPromptConfig constructor

GoogleSearchToolPromptConfig({
  1. String? textPrompt,
  2. String? voicePrompt,
})

Implementation

GoogleSearchToolPromptConfig({this.textPrompt, this.voicePrompt});