SearchKeyGenerationMethod

Options for generating the search key from the conversation history.

Fields
method Union type
The method for generating the search key. method can be only one of the following:
lastEntry object (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 the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年06月27日 UTC.