Class DouiAiResource.EditRequest

    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EditRequest

        public EditRequest()
    • 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