Class LabelExampleResponse


  • public class LabelExampleResponse
    extends Object
    Response when adding a labeled example utterance.
    • Constructor Detail

      • LabelExampleResponse

        public LabelExampleResponse()
    • Method Detail

      • utteranceText

        public String utteranceText()
        Get the utteranceText value.
        Returns:
        the utteranceText value
      • withUtteranceText

        public LabelExampleResponse withUtteranceText​(String utteranceText)
        Set the utteranceText value.
        Parameters:
        utteranceText - the utteranceText value to set
        Returns:
        the LabelExampleResponse object itself.
      • exampleId

        public Integer exampleId()
        Get the exampleId value.
        Returns:
        the exampleId value
      • withExampleId

        public LabelExampleResponse withExampleId​(Integer exampleId)
        Set the exampleId value.
        Parameters:
        exampleId - the exampleId value to set
        Returns:
        the LabelExampleResponse object itself.