Skip to main content
Version: Latest

AssistantBasicPlan

type AssistantBasicPlan implements AssistantPlanInterface {
id: String!
docCount: Int
recommendedDocSearchV0Filter: DocSearchV0Params
planQuestions: [String!]
}

Fields

AssistantBasicPlan.id ● String! non-null scalar graph-ql-types

@exposed

AssistantBasicPlan.docCount ● Int scalar graph-ql-types

@exposed

@exposed

AssistantBasicPlan.planQuestions ● [String!] list scalar graph-ql-types

List of questions generated by AI for the basic plan. @exposed

Interfaces

AssistantPlanInterface interface graph-ql-types