Package com.longbridge.agent
Class WorkflowStartedInputs
- java.lang.Object
-
- com.longbridge.agent.WorkflowStartedInputs
-
public class WorkflowStartedInputs extends Object
Theinputssub-object of aWorkflowStartedEvent, echoing the run's inputs.
-
-
Constructor Summary
Constructors Constructor Description WorkflowStartedInputs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetChatId()Returns the ID of the owning conversation.StringgetChatUid()Returns the conversation identifier.StringgetMessageId()Returns the message ID of this round.StringgetQuery()Returns the question that was asked.StringtoString()
-
-
-
Method Detail
-
getChatId
public long getChatId()
Returns the ID of the owning conversation.- Returns:
- conversation ID
-
getChatUid
public String getChatUid()
Returns the conversation identifier.- Returns:
- conversation identifier
-
getMessageId
public String getMessageId()
Returns the message ID of this round.- Returns:
- message ID
-
getQuery
public String getQuery()
Returns the question that was asked.- Returns:
- the question that was asked
-
-