类 TextPart.Builder

java.lang.Object
io.github.a2ap.core.model.TextPart.Builder
封闭类:
TextPart

public static class TextPart.Builder extends Object
Builder class for TextPart
  • 方法详细资料

    • text

      public TextPart.Builder text(String text)
      Sets the text content
      参数:
      text - The text content
      返回:
      This builder for chaining
    • build

      public TextPart build()
      Builds a new TextPart instance
      返回:
      The built instance