Interface AgentChatInfoViewContext
- All Superinterfaces:
ChatInfoViewContext
,ChatProvider
,IssueProvider
,IssueViewContext
,UserProvider
,ViewContext
This interface is used to provide view context specific information for chats within the personal agent's folder.
- Since:
- 10.0.142
-
Method Summary
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
-
Method Details
-
isReadOnly
boolean isReadOnly()- Returns:
- true if the view context is a read only view of the chat.
- Since:
- 10.0.142
-