ChatQuestionsPayload
Agent needs several things from the user and is asking for them together rather than one per turn.
type ChatQuestionsPayload {
questions: [ChatPendingQuestion!]!
}
Fields
ChatQuestionsPayload.questions ● [ChatPendingQuestion!]! non-null object
Implemented By
ChatMessagePayload union


