Interface KeywordInformation.Builder

    • Method Detail

      • keyword

        KeywordInformation.Builder keyword​(String keyword)

        The keyword as a string.

        Parameters:
        keyword - The keyword as a string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keywordMessage

        KeywordInformation.Builder keywordMessage​(String keywordMessage)

        A custom message that can be used with the keyword.

        Parameters:
        keywordMessage - A custom message that can be used with the keyword.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keywordAction

        KeywordInformation.Builder keywordAction​(String keywordAction)

        The action to perform for the keyword.

        Parameters:
        keywordAction - The action to perform for the keyword.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        KeywordAction, KeywordAction
      • keywordAction

        KeywordInformation.Builder keywordAction​(KeywordAction keywordAction)

        The action to perform for the keyword.

        Parameters:
        keywordAction - The action to perform for the keyword.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        KeywordAction, KeywordAction