Package com.longbridge.agent
Class ChatStartedEvent
- java.lang.Object
-
- com.longbridge.agent.ConversationStreamEvent
-
- com.longbridge.agent.ChatStartedEvent
-
public final class ChatStartedEvent extends ConversationStreamEvent
The run has started. Always the first event of a stream.
-
-
Constructor Summary
Constructors Constructor Description ChatStartedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChatUid()Returns the conversation identifier.StringgetMessageId()Returns the message ID of this round.StringtoString()
-