Conversation

fun Conversation(    exitString: String? = null,     promptTimeout: Long,     block: suspend ConversationBuilder.() -> Unit)

Parameters

exitString

A String entered by the user to exit the conversation.

promptTimeout

The amount of time (in seconds) before a prompt times out and is aborted.