data class DialogReport (source)
<init> |
DialogReport(actions: List<ActionReport> = emptyList(), userInterface: UserInterfaceType, id: Id<Dialog> = newId(), obfuscated: Boolean = false) |
actions |
val actions: List<ActionReport> |
id |
val id: Id<Dialog> |
obfuscated |
val obfuscated: Boolean |
userInterface |
val userInterface: UserInterfaceType |