Interface IntentOverride.Builder

  • Method Details

    • name

      The name of the intent. Only required when you're switching intents.

      Parameters:
      name - The name of the intent. Only required when you're switching intents.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • slots

      A map of all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden.

      Parameters:
      slots - A map of all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden.
      Returns:
      Returns a reference to this object so that method calls can be chained together.