Interface BuiltInIntentSummary.Builder

    • Method Detail

      • intentSignature

        BuiltInIntentSummary.Builder intentSignature​(String intentSignature)

        The signature of the built-in intent. Use this to specify the parent intent of a derived intent.

        Parameters:
        intentSignature - The signature of the built-in intent. Use this to specify the parent intent of a derived intent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        BuiltInIntentSummary.Builder description​(String description)

        The description of the intent.

        Parameters:
        description - The description of the intent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.