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 a
Chat- Since:
- 10.0.142
-
Method Summary
-
Method Details
-
getChat
Chat getChat()Returns the chat- Returns:
- the Chat object
- Since:
- 10.0.142
-