Package ai.tock.bot.definition
Object BotDefinition.Companion
-
- All Implemented Interfaces:
public class BotDefinition.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private volatile LongdefaultBreathpublic final static BotDefinition.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final LonggetDefaultBreath()Convenient default value in ms to wait before next answer sentence. final UnitsetDefaultBreath(Long defaultBreath)Convenient default value in ms to wait before next answer sentence. -
-
Method Detail
-
getDefaultBreath
final Long getDefaultBreath()
Convenient default value in ms to wait before next answer sentence. 1s by default.
-
setDefaultBreath
final Unit setDefaultBreath(Long defaultBreath)
Convenient default value in ms to wait before next answer sentence. 1s by default.
-
-
-
-