tock / ai.tock.bot.admin.dialog / DialogReport

DialogReport

data class DialogReport (source)

Constructors

<init>

DialogReport(actions: List<ActionReport> = emptyList(), userInterface: UserInterfaceType, id: Id<Dialog> = newId(), obfuscated: Boolean = false)

Properties

actions

val actions: List<ActionReport>

id

val id: Id<Dialog>

obfuscated

val obfuscated: Boolean

userInterface

val userInterface: UserInterfaceType