Interface RecommendedActionParameter.Builder

    • Method Detail

      • key

        RecommendedActionParameter.Builder key​(String key)

        The key of the parameter to use with the RecommendedAction API operation.

        Parameters:
        key - The key of the parameter to use with the RecommendedAction API operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        RecommendedActionParameter.Builder value​(String value)

        The value of the parameter to use with the RecommendedAction API operation.

        Parameters:
        value - The value of the parameter to use with the RecommendedAction API operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.