| Conversation |
The conversation is a container where messaging and events between humans and even bots happen.
|
| ConversationBuilder |
|
| ConversationHolder |
The conversation holder might be used to hold a conversation and additional information like if it was a newly
created one or an existing one.
|
| ConversationNotificationService |
Notification service for the Conversations which is responsible for sending messages to conversation.
|
| ConversationParticipantBuilder |
This builder supports various ways to add or drop participants within a conversation with smart options like letting them see previous messages or even
all past messages and similar options.
|
| ConversationQuery |
Allows for programmatic querying of conversations.
|
| ConversationService |
The conversation service is the main API for the conversation and messaging functionality.
|
| ConversationStates |
Interface containing the known states of a conversation.
|
| ConversationStatusQuery |
|
| ConversationSubTypes |
|
| ConversationTypes |
The conversation type specifies the conversation in more detail.
|
| ConversationUserQuery |
|
| JoiningTypes |
Represents the joining type of a Conversation which defines on how new participants can join a running
conversation.
|
| ParticipantJoiningBuilder |
Once you start joining a new participant to an existing conversation, there are a lot of options which can be set additionally using this builder API
which is returned with one of the join methods in the ConversationParticipantBuilder API.
|
| PermissionTypes |
Represents the type used for handling permissions within a Conversation.
|