Interface IncomingChatStepInfo
-
- All Superinterfaces:
ChatProvider
- All Known Subinterfaces:
IncomingTextChatMessageManipulationInput
public interface IncomingChatStepInfo extends ChatProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IncomingChatStep
getIncomingChatStep()
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.ChatProvider
getChat
-
-
-
-
Method Detail
-
getIncomingChatStep
IncomingChatStep getIncomingChatStep()
- Returns:
- the incoming chat step
- Since:
- 12.1
-
-