Uses of Class
org.openhab.core.voice.text.conversation.ConversationException
Packages that use ConversationException
-
Uses of ConversationException in org.openhab.core.voice.text.conversation
Methods in org.openhab.core.voice.text.conversation that throw ConversationExceptionModifier and TypeMethodDescriptionintConversation.addMessage(ConversationRole role, String content) Adds a new message to the end of the conversation.intConversation.addMessage(ConversationRole role, String content, @Nullable Integer prevMessageID) Adds a new message to the end of the conversation.