conversationId property

String? conversationId
getter/setter pair

This field specifies the conversation id, which maintains the state of the conversation between client side and server side.

Use the value from the previous ConversationalSearchResult.conversation_id. For the initial request, this should be empty.

Implementation

core.String? conversationId;