previousSuggestedQuery property

String? previousSuggestedQuery
getter/setter pair

The previously suggested query for the given conversation.

This helps identify whether the next suggestion we generate is resonably different from the previous one. This is useful to avoid similar suggestions within the conversation.

Optional.

Implementation

core.String? previousSuggestedQuery;