Class Index | File Index

Classes


Class ChatConfig


Defined in: sdk.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
This object models a chat message sent to a chat bot instance.
Field Summary
Field Attributes Field Name and Description
 
 
Request the response avatar media in a video or image format.
 
Request the response avatar media in HD.
 
 
 
 
 
 
 
 
 
 
Escape and filter the response message HTML content for XSS security.
 
Method Summary
Method Attributes Method Name and Description
 
Class Detail
ChatConfig()
This object models a chat message sent to a chat bot instance. It can be used from a chat UI, or with the Libre Web API. It can convert itself to XML for web API usage.
Field Detail
action

avatarFormat
Request the response avatar media in a video or image format.

avatarHD
Request the response avatar media in HD.

conversation

correction

debug

debugLevel

disconnect

emote

learn

message

offensive

secure
Escape and filter the response message HTML content for XSS security.

speak
Method Detail
toXML()

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Oct 17 2017 14:11:30 GMT-0400 (EDT)