Interface AgenticRetrieveMemoryMetadataValue.Builder

  • Method Details

    • dateTimeValue

      A timestamp value in ISO 8601 UTC format.

      Parameters:
      dateTimeValue - A timestamp value in ISO 8601 UTC format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • numberValue

      A numeric value.

      Parameters:
      numberValue - A numeric value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stringListValue

      A list of string values.

      Parameters:
      stringListValue - A list of string values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stringListValue

      AgenticRetrieveMemoryMetadataValue.Builder stringListValue(String... stringListValue)

      A list of string values.

      Parameters:
      stringListValue - A list of string values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stringValue

      A string value.

      Parameters:
      stringValue - A string value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.