Skip to main content
Version: Beta

AssistantFullDocPlan

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

Fields

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

@exposed

AssistantFullDocPlan.docCount ● Int scalar graph-ql-types

@exposed

@exposed

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

@exposed

Interfaces

AssistantPlanInterface interface graph-ql-types