Package lumis.service.doui.ai
Class DouiAiResource.EditRequest
- java.lang.Object
-
- lumis.service.doui.ai.DouiAiResource.EditRequest
-
- Direct Known Subclasses:
DouiAiResource.EditTextRequest
- Enclosing class:
- DouiAiResource
public static class DouiAiResource.EditRequest extends java.lang.Object
Request body expected inDouiAiResource.editText(javax.ws.rs.container.AsyncResponse, lumis.service.doui.ai.DouiAiResource.EditTextRequest)
.- Since:
- 16.0.0
- Version:
- $Revision: 25809 $ $Date: 2023-07-04 15:23:22 -0300 (Tue, 04 Jul 2023) $
-
-
Constructor Summary
Constructors Constructor Description EditRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getInput()
Returns the user input.java.lang.String
getInstruction()
Returns the desired instruction.java.lang.String
getLocale()
Returns the target locale of the operation.java.lang.String
getServiceInstanceId()
Returns the origin service instance identifier.int
getWordLimit()
Returns the hint of the limit of the words generated by the operation.
-
-
-
Method Detail
-
getServiceInstanceId
public java.lang.String getServiceInstanceId()
Returns the origin service instance identifier.- Returns:
- the origin service instance identifier.
- Since:
- 16.0.0
-
getInput
public java.lang.String getInput()
Returns the user input.- Returns:
- the user input.
- Since:
- 16.0.0
-
getInstruction
public java.lang.String getInstruction()
Returns the desired instruction.- Returns:
- the desired instruction.
- Since:
- 16.0.0
-
getLocale
public java.lang.String getLocale()
Returns the target locale of the operation.- Returns:
- the target locale of the operation.
- Since:
- 16.0.0
-
getWordLimit
public int getWordLimit()
Returns the hint of the limit of the words generated by the operation.- Returns:
- the hint of the limit of the words generated by the operation.
- Since:
- 16.0.0
-
-