AppointmentAutocompleteFormUpdateInput
Attributes for an appointment autocomplete form
Fields
custom_module_form_id
· ID
· The custom module form used for AI scribe Used By
Definition
"""Attributes for an appointment autocomplete form"""input AppointmentAutocompleteFormUpdateInput { """ The ID of the appointment autocomplete form """ id: ID
""" If true, will destroy the autocomplete form association """ _destroy: Boolean
""" The custom module form used for AI scribe """ custom_module_form_id: ID}