AssistantConversationExportReportElements
type AssistantConversationExportReportElements {
header: String!
untitledHeader: String
footer: String!
coverPage: String!
margin: AssistantConversationExportReportMargin
}
Fields
AssistantConversationExportReportElements.header ● String! non-null scalar graph-ql-types
The html header content of the report export. (in Puppeteer format) @exposed
AssistantConversationExportReportElements.untitledHeader ● String scalar graph-ql-types
The html header content without title of the report export. (in Puppeteer format) @exposed
AssistantConversationExportReportElements.footer ● String! non-null scalar graph-ql-types
The html footer content of the report export. (in Puppeteer format) @exposed
AssistantConversationExportReportElements.coverPage ● String! non-null scalar graph-ql-types
The cover page content of the report export (in Puppeteer format) @exposed
AssistantConversationExportReportElements.margin ● AssistantConversationExportReportMargin object graph-ql-types
The margin of the report export. @exposed
Member Of
AssistantConversationExport object