latestMessage property

String? latestMessage
getter/setter pair

The name of the latest conversation message used as context for generating a Summary.

If empty, the latest message of the conversation will be used. The format is specific to the user and the names of the messages provided.

Implementation

core.String? latestMessage;