Interface ChatProvider
-
- All Known Subinterfaces:
AgentChatAction
,AgentChatCloseAction
,AgentChatClosedEvent
,AgentChatCloseOperationResult
,AgentChatEditorViewContext
,AgentChatInfoViewContext
,AgentChatJoinedEvent
,AgentChatQuitEvent
,AgentChatRecategorizedEvent
,AgentChatRequeuedEvent
,AgentChatResubmittedEvent
,AgentChatRoutedEvent
,AgentChatUploadAttachmentAction
,AgentOutgoingChatStepSentEvent
,ArchiveAccessChatInfoViewContext
,BacklogChatInfo
,BacklogChatInfoViewContext
,BotChatClosedEvent
,BotChatRecategorizedEvent
,BotChatRequeuedEvent
,BotChatRoutedEvent
,BotOutgoingChatStepSentEvent
,ChatClosedEvent
,ChatCloseOperationResult
,ChatEnqueuedEvent
,ChatEvent
,ChatInfoViewContext
,ChatOfferedEvent
,ChatOperationResult
,ChatQueuedEvent
,ChatQuitEvent
,ChatRatingReceivedEvent
,ChatRecategorizedEvent
,ChatRequeuedEvent
,ChatResubmittedEvent
,ChatRoutedEvent
,ChatRoutingRequest
,ChatStartedEvent
,ChatStateChangedEvent
,CustomerChatQuitEvent
,IncomingAttachmentChatMessage
,IncomingChatStepInfo
,IncomingTextChatMessageManipulationInput
,OutgoingChatStepInfo
,OutgoingChatStepSentEvent
,OutgoingMessengerAudioDataMessageInfo
,OutgoingMessengerConversationTypingStatusInfo
,OutgoingMessengerFileDataMessageInfo
,OutgoingMessengerImageDataMessageInfo
,OutgoingMessengerMessageInfo
,OutgoingMessengerMessageReadStatusInfo
,OutgoingMessengerRawMessageInfo
,OutgoingMessengerTextMessageInfo
,OutgoingMessengerVideoDataMessageInfo
,OutgoingTextChatMessageManipulationInput
,PreStartChatInfo
,SearchResultChatInfoViewContext
,SupervisorChatClosedEvent
,SupervisorChatCloseOperationResult
,SupervisorChatRecategorizedEvent
,SystemChatClosedEvent
,SystemOutgoingChatStepSentEvent
,UserChatOperationResult
,UserChatRecategorizedEvent
- All Known Implementing Classes:
AgentChatCloseOperationFailedException
,ChatOperationFailedException
,SupervisorChatCloseOperationFailedException
public interface ChatProvider
Represents an object that "knows" or can provide aChat
- Since:
- 10.0.142
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Chat
getChat()
Returns the chat
-
-
-
Method Detail
-
getChat
Chat getChat()
Returns the chat- Returns:
- the Chat object
- Since:
- 10.0.142
-
-