NIM Unity SDK  V2.4.1
Classes | Enumerations
NIM.Robot Namespace Reference

Classes

class  MessageTemplate
 Chatbot message template More...
 
interface  ILayout
 
class  LinearLayout
 
interface  IElement
 
class  Text
 
class  Image
 
class  Link
 
class  RobotMessage
 Chatbot message More...
 
class  RobotMessageContent
 
class  WelcomeMessage
 Welcome message More...
 
class  TextMessage
 Text message More...
 
class  RedirectionMessage
 Redirection message More...
 
class  ResponseMessage
 Received chatbot messages More...
 
class  RobotMessageAttach
 
class  ResponseContent
 
class  BotMessageItem
 
class  BotResponse
 Chatbot response message More...
 
class  FAQMessageItem
 
class  FAQMessage
 FAQ reply More...
 
class  FAQResponse
 

Enumerations

enum class  RobotResponseType { Unknown , FAQ , Bot }
 Chatbot response message type More...
 
enum class  BotResponseType { Text = 1 , Image = 2 , Replay = 3 , Template = 11 }
 
enum class  FAQAnswerType {
  OneHighMatch = 1 , SomeHighMatch , SomeLowMatch , NoMatch ,
  Other
}
 

Enumeration Type Documentation

◆ RobotResponseType

Chatbot response message type

◆ FAQAnswerType

Enumerator
OneHighMatch 

Question that can match a question with high similarity in the Q&A pair library

SomeHighMatch 

Question that can match several questions with high similarity in the Q&A pair library

SomeLowMatch 

Question that can match with several questions with low similarity in the Q&A pair library

NoMatch 

No match found

Other 

Question that can match a question with high similarity in the Greeting pair library