sessionId property

String? sessionId
getter/setter pair

The session id of the conversation.

If the session id is not specified, backend will generate a random session id. If the session id is specified, will associate user-provided user_query with the provided session id.

Optional.

Implementation

core.String? sessionId;