Package com.chatmotorapi.api.notify
Provides notifications and file senders as APIs post-treatment processes.
-
Interface Summary Interface Description NotificationChannel Interface for handling post-treatment actions related to responses in the ChatMotor framework. -
Class Summary Class Description EmailNotificationChannel TheEmailNotificationChannel
class handles sending emails as part of response post-treatment processes.EmailNotificationChannel.Builder Builder class forEmailNotificationChannel
.MotorNotifyResponse TheMotorNotifyResponse
class encapsulates the result of a notification action in the ChatMotor API.SlackNotificationChannel TheSlackNotificationChannel
class handles posting messages and files to a specified Slack channel as part of response post-treatment processes.SlackNotificationChannel.Builder Builder class forSlackNotificationChannel
.TwilioNotificationChannel TheTwilioNotificationChannel
class handles sending SMS messages via Twilio as part of response post-treatment processes.TwilioNotificationChannel.Builder Builder class for TwilioNotificationChannel. -
Enum Summary Enum Description ExecutionMode Enum to represent the execution mode for sending responses.