previousSuggestedQuery property
The previously suggested query for the given conversation.
This helps identify whether the next suggestion we generate is reasonably different from the previous one. This is useful to avoid similar suggestions within the conversation.
Optional.
Implementation
core.String? previousSuggestedQuery;