Package com.liferay.ai.hub.rest.dto.v1_0
Class Message
java.lang.Object
com.liferay.ai.hub.rest.dto.v1_0.Message
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid ChatgetChat()@Valid ScopegetScope()getText()inthashCode()voidvoidvoidsetContext(com.liferay.petra.function.UnsafeSupplier<Map<String, ?>, Exception> contextUnsafeSupplier) voidsetContext(Map<String, ?> context) voidvoidvoidvoidstatic MessagetoString()static MessageunsafeToDTO(String json)
-
Field Details
-
chat
-
context
-
scope
-
text
-
xClassName
-
-
Constructor Details
-
Message
public Message()
-
-
Method Details