Skip to content

GeneratedFormAnswerType

AI-Generated Form Answer

Fields

answer · String · The answer to the custom module
custom_module · CustomModule · The custom module associated with the generated answer
displayed_answer · String · The user-friendly displayable answer to the custom module

Used By

Definition

"""
AI-Generated Form Answer
"""
type GeneratedFormAnswerType {
"""
The answer to the custom module
"""
answer: String
"""
The custom module associated with the generated answer
"""
custom_module: CustomModule
"""
The user-friendly displayable answer to the custom module
"""
displayed_answer: String
id: ID
}