Class BTChatbotPageCreation
java.lang.Object
overit.geocall.bl.BusinessTask<PageGenerationEvent>
overit.geocallapp.wfm.ai.bl.chatbot.task.BTChatbotPageCreation
- All Implemented Interfaces:
Serializable,Tool
@Deprecated(since="21.0",
forRemoval=true)
public class BTChatbotPageCreation
extends BusinessTask<PageGenerationEvent>
Deprecated, for removal: This API element is subject to removal in a future version.
since 21.0
Business task that adds the components for the Virtual Assistant.
- Since:
- 14.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final StringDeprecated, for removal: This API element is subject to removal in a future version.protected static final StringDeprecated, for removal: This API element is subject to removal in a future version.protected static final StringDeprecated, for removal: This API element is subject to removal in a future version.protected static final StringDeprecated, for removal: This API element is subject to removal in a future version.protected TeacherDutyDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(PageGenerationEvent pageGenerationEvent, PoolKit pk) Deprecated, for removal: This API element is subject to removal in a future version.Implements this method to write the specific task logic to handle the input parameter.protected TeacherDeprecated, for removal: This API element is subject to removal in a future version.Get the Teacher.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Field Details
-
teacherDuty
Deprecated, for removal: This API element is subject to removal in a future version. -
CHATBOT_JS
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
CHATBOT_MENU_ITEM_JS
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
CHATBOT_STYLE_CSS
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
DEFAULT_ENTER_MESSAGE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Constructor Details
-
BTChatbotPageCreation
public BTChatbotPageCreation()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
body
protected void body(PageGenerationEvent pageGenerationEvent, PoolKit pk) throws DAException, DAValidateException Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Specified by:
bodyin classBusinessTask<PageGenerationEvent>- Parameters:
pageGenerationEvent- the object upon which the task will works onpk- the poolkit containing the reference to the database connection that can be used- Throws:
DAException- in case of database errorDAValidateException- in case of database validation error
-
getTeacher
Deprecated, for removal: This API element is subject to removal in a future version.Get the Teacher.- Returns:
- the
Teacher
-