AiOrganizationConfigurationInput
input
Input to set/modify the AI functionality for the Organization specified.
Input Fields
isEnabled
Boolean!
required
Whether AI functionality is enabled for the organization. When set to `true` AI functionality is enabled, `false` then AI functionality is disabled.
organizationId
ID!
required
Id of the organization that will be used to determine what organization the AI configuration will be stored against. If the organizationId is a partner then the configuration will be stored against it If the organization is a child of a partner then the partner will be determined by finding it as a parent and the configuration will be stored against it If no partner can be found using the organizationId then an AiOrganizationConfigurationError error will be returned.