conversationId property
Conversation UUID.
This field will be stored in client side storage to maintain the conversation session with server and will be used for next search request's SearchRequest.ConversationalSearchSpec.conversation_id to restore conversation state in server.
Implementation
core.String? conversationId;