Package com.vaadin.flow.ai.formfiller
Class FormFillerResult
java.lang.Object
com.vaadin.flow.ai.formfiller.FormFillerResult
- All Implemented Interfaces:
Serializable
FormFiller result after a
FormFiller.fill(java.lang.String) call.
Provides information about the request for the AI module
and the response returned from the same AI modue.- Author:
- Vaadin Ltd.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRequest(String request) voidsetResponse(String response)
-
Constructor Details
-
FormFillerResult
- Parameters:
request- Prompt request to the AI moduleresponse- Prompt response from to the AI module
-
-
Method Details
-
getRequest
-
setRequest
-
getResponse
-
setResponse
-