Interface ChatDelta.Builder

Enclosing class:
ChatDelta

public static interface ChatDelta.Builder
Builder helper class.
  • Method Summary

    Modifier and Type
    Method
    Description
    content(String content)
    Set the content of this ChatDelta instance.
  • Method Details

    • content

      ChatDelta content(@Nonnull String content)
      Set the content of this ChatDelta instance.
      Parameters:
      content - The content of this ChatDelta
      Returns:
      The ChatDelta instance.