Interface UserTurnIntentOutput.Builder

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

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

    • name

      The name of the intent.

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

      The slots associated with the intent.

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