Interface RecommendedAction.Builder

    • Method Detail

      • text

        RecommendedAction.Builder text​(String text)

        The specific instruction about the command.

        Parameters:
        text - The specific instruction about the command.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • database

        RecommendedAction.Builder database​(String database)

        The database name to perform the action on. Only applicable if the type of command is SQL.

        Parameters:
        database - The database name to perform the action on. Only applicable if the type of command is SQL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • command

        RecommendedAction.Builder command​(String command)

        The command to run.

        Parameters:
        command - The command to run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.