AssistantAnswerBulletItem
type AssistantAnswerBulletItem implements AssistantAnswerItemInterface {
variant: AssistantListVariant @deprecated
bulletType: AssistantListVariant
sentences: [AssistantAnswerSentence!]
depth: Int
contentLeadIn: String
content: String
citations: [AISummaryReference!]
}
Fields
AssistantAnswerBulletItem.variant ● AssistantListVariant deprecated enum graph-ql-types
@exposed
AssistantAnswerBulletItem.bulletType ● AssistantListVariant enum graph-ql-types
Variant of the bullet item in the nested structure. @exposed
AssistantAnswerBulletItem.sentences ● [AssistantAnswerSentence!] list object graph-ql-types
@exposed
AssistantAnswerBulletItem.depth ● Int scalar graph-ql-types
Depth of the bullet item in the nested structure. @exposed
AssistantAnswerBulletItem.contentLeadIn ● String scalar graph-ql-types
Lead-in text for the bullet content. @exposed
AssistantAnswerBulletItem.content ● String scalar graph-ql-types
@exposed
AssistantAnswerBulletItem.citations ● [AISummaryReference!] list object graph-ql-types
References or citations associated with the bullet content. @exposed