You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The conversational followup question generated for Intent refinement."
4794
+
},
4783
4795
"refinedSearch": {
4784
4796
"description": "The proposed refined search queries. They can be used to fetch the relevant search results. When using CONVERSATIONAL_FILTER_ONLY mode, the refined_query from search response will be populated here.",
* The conversational answer-based text response generated by the Server.
1092
+
*/
1093
+
conversationalTextResponse?: string | null;
1090
1094
/**
1091
1095
* 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 ConversationalSearchRequest.conversation_id to restore conversation state in server.
1092
1096
*/
1093
1097
conversationId?: string | null;
1098
+
/**
1099
+
* The conversational followup question generated for Intent refinement.
* The proposed refined search queries. They can be used to fetch the relevant search results. When using CONVERSATIONAL_FILTER_ONLY mode, the refined_query from search response will be populated here.
0 commit comments