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