Interface MemoryContent.Builder

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

@Mutable @NotThreadSafe public static interface MemoryContent.Builder extends SdkPojo, CopyableBuilder<MemoryContent.Builder,MemoryContent>
  • Method Details

    • text

      The text content of the memory record.

      Parameters:
      text - The text content of the memory record.
      Returns:
      Returns a reference to this object so that method calls can be chained together.