tock / ai.tock.bot.definition / EntityStepSelection

EntityStepSelection

data class EntityStepSelection (source)

A step entity configuration option.

Constructors

<init>

A step entity configuration option.

EntityStepSelection(value: String?, entityRole: String, entityType: String = entityRole)

Properties

entityRole

The role of the searched entity.

val entityRole: String

entityType

The type of searched entity.

val entityType: String

value

The optional entity predefined value.

val value: String?