Class IntentRecognitionResult

    • Method Detail

      • getEntities

        public Dictionary<String,​String> getEntities()
        Gets the entities found in the utterance. This does not currently support LUIS entities.
        Returns:
        A Dictionary containing the entities extracted. The key will be the entity name.
      • getIntentId

        public String getIntentId()
        A String that represents the intent identifier being recognized.
        Returns:
        A String that represents the intent identifier being recognized.
      • toString

        public String toString()
        Returns a String that represents the intent recognition result.
        Overrides:
        toString in class SpeechRecognitionResult
        Returns:
        A String that represents the intent recognition result.