GuidanceEngineOptions

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
data class GuidanceEngineOptions(val instructionDistanceThreshold: Distance = INSTRUCTION_DISTANCE_THRESHOLD, val announcementMode: AnnouncementMode = AnnouncementMode.Comprehensive)

Options used by GuidanceEngineFactory.

Constructors

Link copied to clipboard
constructor(instructionDistanceThreshold: Distance = INSTRUCTION_DISTANCE_THRESHOLD, announcementMode: AnnouncementMode = AnnouncementMode.Comprehensive)

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
object Companion

Properties

Link copied to clipboard

Controls the verbosity of guidance announcements. Defaults to AnnouncementMode.Comprehensive.

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String