Interface IncomingChatStepInfo
- All Superinterfaces:
ChatProvider
- All Known Subinterfaces:
IncomingTextChatMessageManipulationInput
Provides information about an incoming chat step.
- Since:
- 12.1
-
Method Summary
Modifier and TypeMethodDescriptionReturns the incoming chat step.Methods inherited from interface com.novomind.ecom.api.iagent.provider.ChatProvider
getChat
-
Method Details
-
getIncomingChatStep
IncomingChatStep getIncomingChatStep()Returns the incoming chat step.- Returns:
- the incoming chat step
- Since:
- 12.1
-