Interface BuiltInIntentSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BuiltInIntentSummary.Builder,BuiltInIntentSummary>, SdkBuilder<BuiltInIntentSummary.Builder,BuiltInIntentSummary>, SdkPojo
Enclosing class:
BuiltInIntentSummary

public static interface BuiltInIntentSummary.Builder extends SdkPojo, CopyableBuilder<BuiltInIntentSummary.Builder,BuiltInIntentSummary>
  • Method Details

    • 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.