Interface KeywordCount


  • public interface KeywordCount
    This interface is used to store the number of types a given keyword appeared in a response.
    • Method Detail

      • keyword

        java.lang.String keyword()
        Returns:
        The keyword.
      • count

        int count()
        Returns:
        The number of times the keyword appeared in a response.