Interface OutgoingChatStepInfo
-
- All Superinterfaces:
ChatProvider
- All Known Subinterfaces:
AgentOutgoingChatStepSentEvent
,BotOutgoingChatStepSentEvent
,OutgoingChatStepSentEvent
,OutgoingTextChatMessageManipulationInput
,SystemOutgoingChatStepSentEvent
public interface OutgoingChatStepInfo extends ChatProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutgoingChatStep
getOutgoingChatStep()
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.ChatProvider
getChat
-
-
-
-
Method Detail
-
getOutgoingChatStep
OutgoingChatStep getOutgoingChatStep()
- Returns:
- the outgoing chat step
- Since:
- 12.1
-
-