Serialized Form
-
Package com.liferay.ai.hub.rest.dto.v1_0
-
Class com.liferay.ai.hub.rest.dto.v1_0.Chat
class Chat extends Object implements Serializable -
Class com.liferay.ai.hub.rest.dto.v1_0.Message
class Message extends Object implements Serializable-
Serialized Fields
-
_chatSupplier
Supplier<Chat> _chatSupplier
-
_contextSupplier
Supplier<Map<String,
?>> _contextSupplier -
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_scopeSupplier
Supplier<Scope> _scopeSupplier
-
_textSupplier
Supplier<String> _textSupplier
-
chat
Chat chat
-
context
Map<String,
?> context -
scope
Scope scope
-
text
String text
-
xClassName
String xClassName
-
-
-
Class com.liferay.ai.hub.rest.dto.v1_0.Scope
class Scope extends Object implements Serializable -
Class com.liferay.ai.hub.rest.dto.v1_0.Task
class Task extends Object implements Serializable-
Serialized Fields
-
_contextSupplier
Supplier<Map<String,
?>> _contextSupplier -
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_externalReferenceCodeSupplier
Supplier<String> _externalReferenceCodeSupplier
-
_scopeSupplier
Supplier<Scope> _scopeSupplier
-
_typeSupplier
Supplier<String> _typeSupplier
-
context
Map<String,
?> context -
externalReferenceCode
String externalReferenceCode
-
scope
Scope scope
-
type
String type
-
xClassName
String xClassName
-
-
-