Interface AgentChatInfoViewContext
-
- All Superinterfaces:
ChatInfoViewContext
,ChatProvider
,IssueProvider
,IssueViewContext
,UserProvider
,ViewContext
public interface AgentChatInfoViewContext extends ChatInfoViewContext
This interface is used to provide view context specific information for chats within the personal agent's folder.- Since:
- 10.0.142
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isReadOnly()
-
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.chatinfo.ChatInfoViewContext
getViewUrl
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.ChatProvider
getChat
-
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.IssueViewContext
getIssue
-
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext
getUser
-
-