UNIVERSAL DEVELOPMENT
Join Discord [Click Here]
  • 🗨️UniversalChat
    • Installation
    • Commands
    • Permissions
    • Designing Your Chat
    • Customising Translation
    • Quick Chat (Shortcuts)
    • Server Guide
    • Profanity Filter
    • Message Of The Day (MOTD)
    • Polls
    • Autocorrect
    • Command Auto Complete
    • Developer Guide
      • Getting Started
      • Translation
      • Check For Profanity & Hate Speech
      • Create Summary Of Text
      • Server Guide
      • Autocorrect
      • Parsing Colors
    • Credits
  • 👜Modular Backpacks
    • Installation
    • Commands
    • Permissions
    • Changing backpack prices
Powered by GitBook
On this page
  • Create Summary Of Text
  • Example
  1. UniversalChat
  2. Developer Guide

Create Summary Of Text

import org.universaldevelopment.universalChat.API.UniversalChatAPI.makeSummaryRequest

Create Summary Of Text

UniversalChatAPI.makeSummaryRequest(Text)
Text: String

Returns String

Example

makeSummaryRequest("<user1> Hello <user2> Hello <user1> What are you doing <user2> Mining")

This example would summarise the string and return the summarised string

PreviousCheck For Profanity & Hate SpeechNextServer Guide

Last updated 1 month ago

🗨️