contextSize property

int? contextSize
getter/setter pair

Number of messages prior to and including latest_message to compile the suggestion.

It may be smaller than the SuggestSmartRepliesRequest.context_size field in the request if there aren't that many messages in the conversation.

Implementation

core.int? contextSize;