Skip to main content
Version: Beta

AISummaryTopic

description

A topic within an AISummaryModule.

A topic is some subject or question, for which AI summaries have been generated.

interface AISummaryTopic {
id: ID!
title: String!
}

Fields

AISummaryTopic.id ● ID! non-null scalar graph-ql-types

The id of the topic. @exposed

AISummaryTopic.title ● String! non-null scalar graph-ql-types

The title of the topic, such as "Earnings highlights", "Earnings Lowlights", etc. @exposed

Member Of

AISummaryModule object

Implemented By

AISummary object ● AISummaryTopicGroup object ● QAndAAISummary object