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 TheEmailNotificationChannelclass handles sending emails as part of response post-treatment processes.EmailNotificationChannel.Builder Builder class forEmailNotificationChannel.MotorNotifyResponse TheMotorNotifyResponseclass encapsulates the result of a notification action in the ChatMotor API.SlackNotificationChannel TheSlackNotificationChannelclass handles posting messages and files to a specified Slack channel as part of response post-treatment processes.SlackNotificationChannel.Builder Builder class forSlackNotificationChannel.TwilioNotificationChannel TheTwilioNotificationChannelclass 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.