10 lines
470 B
Markdown
10 lines
470 B
Markdown
[docs](../../index.md) / [net.thauvin.erik.akismet](../index.md) / [Akismet](index.md) / [response](./response.md)
|
|
|
|
# response
|
|
|
|
`var response: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) [(source)](https://github.com/ethauvin/akismet-kotlin/tree/master/src/main/kotlin/net/thauvin/erik/akismet/Akismet.kt#L149)
|
|
|
|
The actual response sent by Akismet from the last operation.
|
|
|
|
For example: `true`, `false`, `valid`, `invalid`, etc.
|
|
|