Skip to main content
Version: Beta

AssistantAnswerTitleItem

type AssistantAnswerTitleItem implements AssistantAnswerItemInterface {
content: String
level: Int
identifier: String
}

Fields

AssistantAnswerTitleItem.content ● String scalar graph-ql-types

@exposed

AssistantAnswerTitleItem.level ● Int scalar graph-ql-types

Defines the hierarchical level of an title within a context. @exposed

AssistantAnswerTitleItem.identifier ● String scalar graph-ql-types

Can have reference connection to another assistant answer item/sentence @exposed

Interfaces

AssistantAnswerItemInterface interface graph-ql-types

Implemented By

AssistantAnswerTableItemCellContent union