data class DialogReportQuery (source)
Query for dialogs.
<init> |
Query for dialogs. DialogReportQuery(namespace: String, nlpModel: String, language: Locale? = null, start: Long = 0, size: Int = 1, playerId: PlayerId? = null, text: String? = null, dialogId: String? = null, intentName: String? = null, exactMatch: Boolean = false, from: ZonedDateTime? = null, to: ZonedDateTime? = null, connectorType: ConnectorType? = null, displayTests: Boolean = false, obfuscated: Boolean = false) |
connectorType |
val connectorType: ConnectorType? |
dialogId |
val dialogId: String? |
displayTests |
Display test dialogs. val displayTests: Boolean |
exactMatch |
val exactMatch: Boolean |
from |
val from: ZonedDateTime? |
intentName |
val intentName: String? |
language |
val language: Locale? |
namespace |
val namespace: String |
nlpModel |
val nlpModel: String |
obfuscated |
Is the result is obfuscated ?. val obfuscated: Boolean |
playerId |
val playerId: PlayerId? |
size |
val size: Int |
start |
val start: Long |
text |
val text: String? |
to |
val to: ZonedDateTime? |