SearchKeyGenerationMethod

Options for generating the search key from the conversation history.

Fields
methodUnion type
The method for generating the search key.method can be only one of the following:
lastEntryobject (LastEntry)

Use only the last entry of the conversation history (contentsExample.contents) as the search key.

JSON representation
{// method"lastEntry":{object (LastEntry)}// Union type}

LastEntry

This type has no fields.

Configuration for using only the last entry of the conversation history as the search key.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-06-27 UTC.