AssistantConversationExportVariant
description
The variant type for the conversation export format
enum AssistantConversationExportVariant {
CONTENT_ONLY
STRUCTURED_WITH_LINK_HEADER
SECTIONED_HEADER
}
Values
AssistantConversationExportVariant.CONTENT_ONLY
The content only variant, only the inner content of the message is exported
AssistantConversationExportVariant.STRUCTURED_WITH_LINK_HEADER
The structured with link header variant, the question and a link to the GenSearch conversation is exported Usage: Add to Notebook, .etc
AssistantConversationExportVariant.SECTIONED_HEADER
The sectioned header variant, the question and a sectioned header is exported Usage: Copy to Clipboard, .etc