Skip to main content
Version: Beta

AssistantDeltaMessageFollowUpQuestionsSet

description

Delta event to set follow-up questions for the message.

type AssistantDeltaMessageFollowUpQuestionsSet {
followUpQuestions: [String!]!
conversationalFollowUpsTemp: [String!]
}

Fields

AssistantDeltaMessageFollowUpQuestionsSet.followUpQuestions ● [String!]! non-null scalar graph-ql-types

@exposed

AssistantDeltaMessageFollowUpQuestionsSet.conversationalFollowUpsTemp ● [String!] list scalar graph-ql-types

@exposed

Implemented By

AssistantAskQuestionDelta union