SDK classes
ChatService
It provides methods to interact with Chat objects, and is accesible from a Bigdata
instance
Methods
new(name, formatter=None)
Create a new chat.
Parameters:
Chat’s name.
Format of the response inline attributions: InlineAttributionFormatter
Return type:
list(formatter=None)
Return a list with all chats
Parameters:
Format of the response inline attributions: InlineAttributionFormatter
Return type:
list[Chat]
get(id_, formatter=None)
Return a chat by its identifier.
Parameters:
Unique chat identifier.
Format of the response inline attributions: InlineAttributionFormatter.
Return type:
delete(id_)
Delete a chat by its identifier
Parameters:
Unique chat identifier