Interface AgentChatEditorViewContext
- All Superinterfaces:
ChatInfoViewContext,ChatProvider,IssueProvider,IssueViewContext,UserProvider,ViewContext
This interface is used to provide view context specific information for chats opened in the chat agent editor.
- Since:
- 12.36
-
Method Summary
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.chatinfo.ChatInfoViewContext
getViewUrlMethods inherited from interface com.novomind.ecom.api.iagent.provider.ChatProvider
getChatMethods inherited from interface com.novomind.ecom.api.iagent.frontend.IssueViewContext
getIssueMethods 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:
- 12.36
-