Class TrainingConfig
Defined in: sdk.js.
Constructor Attributes | Constructor Name and Description |
---|---|
The Training config object allows new responses to be added to the bot.
|
Field Attributes | Field Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
parseXML(element)
|
|
toXML()
|
Class Detail
TrainingConfig()
The Training config object allows new responses to be added to the bot.
It supports four operations, AddGreeting, RemoveGreeting, AddDefaultResponse, RemoveDefaultResponse, and AddResponse.
It inherits from the Config class.
- See:
- Config
Field Detail
operation
question
response
Method Detail
parseXML(element)
- Parameters:
- element
toXML()