Class ConversationCreatedEvent
java.lang.Object
org.openhab.core.events.AbstractEvent
org.openhab.core.voice.text.conversation.events.ConversationEvent
org.openhab.core.voice.text.conversation.events.ConversationCreatedEvent
- All Implemented Interfaces:
Event
The
ConversationCreatedEvent defines a Event that notifies about a new
conversation.- Author:
- Florian Hotze - Initial contribution
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openhab.core.voice.text.conversation.events.ConversationEvent
ConversationEvent.ConversationDTO -
Field Summary
FieldsFields inherited from class org.openhab.core.events.AbstractEvent
ACTOR_SEPARATOR, DELEGATION_ESCAPE, DELEGATION_SEPARATOR -
Constructor Summary
ConstructorsConstructorDescriptionConversationCreatedEvent(String topic, String payload, @Nullable String source, String conversationId) -
Method Summary
Methods inherited from class org.openhab.core.voice.text.conversation.events.ConversationEvent
getConversationIdMethods inherited from class org.openhab.core.events.AbstractEvent
buildDelegatedSource, buildDelegatedSource, buildSource, equals, getPayload, getSource, getTopic, hashCode
-
Field Details
-
TYPE
The conversation added event type.
-
-
Constructor Details
-
ConversationCreatedEvent
-
-
Method Details
-
getType
Description copied from interface:EventGets the event type.- Specified by:
getTypein interfaceEvent- Specified by:
getTypein classConversationEvent- Returns:
- the event type
-