Conversation
fun Conversation( exitString: String? = null, promptTimeout: Long, block: suspend ConversationBuilder.() -> Unit)
Content copied to clipboard
Parameters
exit String
A String entered by the user to exit the conversation.
prompt Timeout
The amount of time (in seconds) before a prompt times out and is aborted.