conversation
fun conversation( exitString: String? = null, promptTimeout: Long = 0, block: suspend ConversationBuilder.() -> Unit): Conversation
Content copied to clipboard
This block builds a conversation.
Parameters
exit String
A String entered by the user to exit the conversation.