Class Chat

java.lang.Object
com.esprit.utils.Chat

public class Chat extends Object
Utility class providing helper methods for the RAKCHA application. Contains reusable functionality and common operations.
Since:
1.0.0
Version:
1.0.0
Author:
RAKCHA Team
  • Field Details

  • Constructor Details

    • Chat

      public Chat()
      Performs Chat operation.
  • Method Details

    • extractContentFromResponse

      private static String extractContentFromResponse(String response)
    • chatGPT

      public String chatGPT(String message)
      Performs chatGPT operation.
      Returns:
      the result of the operation
    • badword

      public String badword(String message)
      Performs badword operation.
      Returns:
      the result of the operation