Skip navigation links
B C D E F G I M N P R S T 

B

BaseRenderer - Class in fr.paris.lutece.plugins.recast.service.renderers
BaseRenderer
BaseRenderer() - Constructor for class fr.paris.lutece.plugins.recast.service.renderers.BaseRenderer
 
BotMessageRenderer - Interface in fr.paris.lutece.plugins.recast.service
BotMessageRenderer

C

Conversation - Class in fr.paris.lutece.plugins.recast.business
Conversation
Conversation() - Constructor for class fr.paris.lutece.plugins.recast.business.Conversation
 

D

DialogResponse - Class in fr.paris.lutece.plugins.recast.business
DialogResponse
DialogResponse() - Constructor for class fr.paris.lutece.plugins.recast.business.DialogResponse
 

E

Entity - Class in fr.paris.lutece.plugins.recast.business
Entity
Entity() - Constructor for class fr.paris.lutece.plugins.recast.business.Entity
 

F

FIELD_BUTTONS - Static variable in class fr.paris.lutece.plugins.recast.service.renderers.BaseRenderer
 
FIELD_SUBTITLE - Static variable in class fr.paris.lutece.plugins.recast.service.renderers.BaseRenderer
 
FIELD_TITLE - Static variable in class fr.paris.lutece.plugins.recast.service.renderers.BaseRenderer
 
FIELD_VALUE - Static variable in class fr.paris.lutece.plugins.recast.service.renderers.BaseRenderer
 
fr.paris.lutece.plugins.recast.business - package fr.paris.lutece.plugins.recast.business
 
fr.paris.lutece.plugins.recast.service - package fr.paris.lutece.plugins.recast.service
 
fr.paris.lutece.plugins.recast.service.renderers - package fr.paris.lutece.plugins.recast.service.renderers
 

G

getAct() - Method in class fr.paris.lutece.plugins.recast.business.NLP
Returns the Act
getButtons(Map<String, Object>) - Method in class fr.paris.lutece.plugins.recast.service.renderers.BaseRenderer
Gets the buttons list
getButtonTitle(Map<String, Object>) - Method in class fr.paris.lutece.plugins.recast.service.renderers.BaseRenderer
The button title
getButtonValue(Map<String, Object>) - Method in class fr.paris.lutece.plugins.recast.service.renderers.BaseRenderer
The button value
getConfidence() - Method in class fr.paris.lutece.plugins.recast.business.Intent
Returns the Confidence
getContent() - Method in class fr.paris.lutece.plugins.recast.business.Message
Returns the Content
getContent(Map<String, BotMessageRenderer>) - Method in class fr.paris.lutece.plugins.recast.business.Message
Returns the Content
getConversation() - Method in class fr.paris.lutece.plugins.recast.business.DialogResponse
Returns the Conversation
getDescription() - Method in class fr.paris.lutece.plugins.recast.business.Intent
Returns the Description
getDialogResponse(String, String, String, String) - Static method in class fr.paris.lutece.plugins.recast.service.RecastDialogService
Call the Dialog API
getEntities() - Method in class fr.paris.lutece.plugins.recast.business.NLP
Returns the Entities
getId() - Method in class fr.paris.lutece.plugins.recast.business.Conversation
Returns the Id
getIntents() - Method in class fr.paris.lutece.plugins.recast.business.NLP
Returns the Intents
getLanguage() - Method in class fr.paris.lutece.plugins.recast.business.Conversation
Returns the Language
getLanguage() - Method in class fr.paris.lutece.plugins.recast.business.NLP
Returns the Language
getMap() - Method in class fr.paris.lutece.plugins.recast.service.RenderersMap
Returns the Map
getMemory() - Method in class fr.paris.lutece.plugins.recast.business.Conversation
Returns the Memory
getMessages() - Method in class fr.paris.lutece.plugins.recast.business.DialogResponse
Returns the Messages
getMessageType() - Method in interface fr.paris.lutece.plugins.recast.service.BotMessageRenderer
Return the message type handled by the renderer
getMessageType() - Method in class fr.paris.lutece.plugins.recast.service.renderers.BaseRenderer
Return the message type handled by the renderer
getMessageType() - Method in class fr.paris.lutece.plugins.recast.service.renderers.TextRenderer
Return the message type handled by the renderer
getNlp() - Method in class fr.paris.lutece.plugins.recast.business.DialogResponse
Returns the Nlp
getProcessingLanguage() - Method in class fr.paris.lutece.plugins.recast.business.NLP
Returns the ProcessingLanguage
getSentiment() - Method in class fr.paris.lutece.plugins.recast.business.NLP
Returns the Sentiment
getSkill() - Method in class fr.paris.lutece.plugins.recast.business.Conversation
Returns the Skill
getSkillOccurences() - Method in class fr.paris.lutece.plugins.recast.business.Conversation
Returns the SkillOccurences
getSlug() - Method in class fr.paris.lutece.plugins.recast.business.Intent
Returns the Slug
getSource() - Method in class fr.paris.lutece.plugins.recast.business.NLP
Returns the Source
getStatus() - Method in class fr.paris.lutece.plugins.recast.business.NLP
Returns the Status
getSubTitle(Map<String, Object>) - Method in class fr.paris.lutece.plugins.recast.service.renderers.BaseRenderer
Get message subtitle
getTemplate() - Method in class fr.paris.lutece.plugins.recast.service.renderers.BaseRenderer
Returns the template
getTimestamp() - Method in class fr.paris.lutece.plugins.recast.business.NLP
Returns the Timestamp
getTitle(Map<String, Object>) - Method in class fr.paris.lutece.plugins.recast.service.renderers.BaseRenderer
Get message title
getType() - Method in class fr.paris.lutece.plugins.recast.business.Message
Returns the Type
getType() - Method in class fr.paris.lutece.plugins.recast.business.NLP
Returns the Type
getUuid() - Method in class fr.paris.lutece.plugins.recast.business.NLP
Returns the Uuid
getVersion() - Method in class fr.paris.lutece.plugins.recast.business.NLP
Returns the Version

I

Intent - Class in fr.paris.lutece.plugins.recast.business
Intent
Intent() - Constructor for class fr.paris.lutece.plugins.recast.business.Intent
 

M

MediaRenderer - Class in fr.paris.lutece.plugins.recast.service.renderers
MediaRenderer
MediaRenderer() - Constructor for class fr.paris.lutece.plugins.recast.service.renderers.MediaRenderer
 
Message - Class in fr.paris.lutece.plugins.recast.business
Message
Message() - Constructor for class fr.paris.lutece.plugins.recast.business.Message
 

N

NLP - Class in fr.paris.lutece.plugins.recast.business
This is the business class for the object NLP
NLP() - Constructor for class fr.paris.lutece.plugins.recast.business.NLP
 

P

parse(String) - Static method in class fr.paris.lutece.plugins.recast.service.RecastDialogService
Parse the response

R

RecastDialogService - Class in fr.paris.lutece.plugins.recast.service
RecastDialogService
render(Object) - Method in interface fr.paris.lutece.plugins.recast.service.BotMessageRenderer
Render a bot message
render(Object) - Method in class fr.paris.lutece.plugins.recast.service.renderers.BaseRenderer
Render a bot message
render(Object) - Method in class fr.paris.lutece.plugins.recast.service.renderers.MediaRenderer
Render a bot message
render(Object) - Method in class fr.paris.lutece.plugins.recast.service.renderers.TextRenderer
Render a bot message
RenderersMap - Class in fr.paris.lutece.plugins.recast.service
RenderersMap
RenderersMap() - Constructor for class fr.paris.lutece.plugins.recast.service.RenderersMap
 

S

setAct(String) - Method in class fr.paris.lutece.plugins.recast.business.NLP
Sets the Act
setConfidence(float) - Method in class fr.paris.lutece.plugins.recast.business.Intent
Sets the Confidence
setConversation(Conversation) - Method in class fr.paris.lutece.plugins.recast.business.DialogResponse
Sets the Conversation
setDescription(String) - Method in class fr.paris.lutece.plugins.recast.business.Intent
Sets the Description
setEntities(Map<String, List<Entity>>) - Method in class fr.paris.lutece.plugins.recast.business.NLP
Sets the Entities
setId(String) - Method in class fr.paris.lutece.plugins.recast.business.Conversation
Sets the Id
setIntents(List<Intent>) - Method in class fr.paris.lutece.plugins.recast.business.NLP
Sets the Intents
setLanguage(String) - Method in class fr.paris.lutece.plugins.recast.business.Conversation
Sets the Language
setLanguage(String) - Method in class fr.paris.lutece.plugins.recast.business.NLP
Sets the Language
setMap(Map) - Method in class fr.paris.lutece.plugins.recast.service.RenderersMap
Sets the Map
setMemory(Map<String, Object>) - Method in class fr.paris.lutece.plugins.recast.business.Conversation
Sets the Memory
setMessages(List<Message>) - Method in class fr.paris.lutece.plugins.recast.business.DialogResponse
Sets the Messages
setMessageType(String) - Method in class fr.paris.lutece.plugins.recast.service.renderers.BaseRenderer
Set the message type
setNlp(NLP) - Method in class fr.paris.lutece.plugins.recast.business.DialogResponse
Sets the Nlp
setProcessingLanguage(String) - Method in class fr.paris.lutece.plugins.recast.business.NLP
Sets the ProcessingLanguage
setSentiment(String) - Method in class fr.paris.lutece.plugins.recast.business.NLP
Sets the Sentiment
setSkill(String) - Method in class fr.paris.lutece.plugins.recast.business.Conversation
Sets the Skill
setSkillOccurences(int) - Method in class fr.paris.lutece.plugins.recast.business.Conversation
Sets the SkillOccurences
setSlug(String) - Method in class fr.paris.lutece.plugins.recast.business.Intent
Sets the Slug
setSource(String) - Method in class fr.paris.lutece.plugins.recast.business.NLP
Sets the Source
setStatus(int) - Method in class fr.paris.lutece.plugins.recast.business.NLP
Sets the Status
setTemplate(String) - Method in class fr.paris.lutece.plugins.recast.service.renderers.BaseRenderer
Set the template to convert from JSON to HTML
setTimestamp(String) - Method in class fr.paris.lutece.plugins.recast.business.NLP
Sets the Timestamp
setType(String) - Method in class fr.paris.lutece.plugins.recast.business.NLP
Sets the Type
setUuid(String) - Method in class fr.paris.lutece.plugins.recast.business.NLP
Sets the Uuid
setVersion(String) - Method in class fr.paris.lutece.plugins.recast.business.NLP
Sets the Version

T

TextRenderer - Class in fr.paris.lutece.plugins.recast.service.renderers
TextRenderer
TextRenderer() - Constructor for class fr.paris.lutece.plugins.recast.service.renderers.TextRenderer
 
TYPE_CARD - Static variable in class fr.paris.lutece.plugins.recast.business.Message
 
TYPE_TEXT - Static variable in class fr.paris.lutece.plugins.recast.business.Message
 
B C D E F G I M N P R S T 
Skip navigation links

Copyright © 2018 City of Paris. All rights reserved.