SettingsPerspectiveExternalIntegrationInput
No description
type SettingsPerspectiveExternalIntegrationInput { enabled: Boolean endpoint: String key: String model: String threshold: Float doNotStore: Boolean sendFeedback: Boolean}
#
Fieldsenabled
(Boolean
)#
enabled when True will enable the integration.
endpoint
(String
)#
The endpoint that Coral should use to communicate with the perspective API.
key
(String
)#
The key for the Perspective API integration.
model
(String
)#
model is the name of the Perspective model to use.
threshold
(Float
)#
The threshold that given a specific toxic comment score, the comment will be marked by Coral as toxic.
doNotStore
(Boolean
)#
When True, comments sent will not be stored by the Google Perspective API.
sendFeedback
(Boolean
)#
When True, moderation actions will be sent to the Google Perspective API.